/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/
@import url("../Divi/style.css");

body{
	font-family: "Poppins", sans-serif;

	color: #333131;
}
#main-header, body.admin-bar.et_fixed_nav #top-header {

}
.main-header .menu-header>ul>li>a {
    
}
#main-footer p {
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 18px;
}
#et_search_icon{
	display: none;
}
#top-menu a:hover, .fullwidth-menu a:hover {
    color: #da162b;
}
#top-menu a {font-size: 0.8125rem;font-weight: 700;color: #bbb;text-transform: uppercase;text-decoration: none;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {

}
.nav>li>a:hover{
	color: red;
	background-color: white;
}
.et_mobile_menu li a{
	color: white;
}
.view-second .vcmask{
	background-color: rgba(21, 23, 25, 0.7);
}
.mobile_menu_bar:before, .et_overlay:before{
	    color: white !important;
}


.opcionales_title {
    background: #598DC2;
    width: 101px;
    padding-left: 10px;
    color: white;
}
.bx-wrapper .bx-controls-direction a{
	display: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.menu-footer ul>li:after {
    width: 3px;
    height: 3px;
    background-color: #e72e43;
    border-radius: 3px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin: 0 0 0 8px;
}
li.last-li:after{
	display: none !important;
	content: unset;
	background-color: black !important;
}
.menu-footer ul>li>a {
    font-size: 0.75rem;
    font-weight: 800 !important;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
}
 #footer-bottom{
        height: 64px;

        color: white;
        padding: 20px 0;
    }
    #footer-bottom .section{
        width: 50%;

        float: left;
        text-align: center;
        padding: 0 25px;
        box-sizing: border-box;
    }
   
    #footer-bottom .section .contact{
        width: 100%;
        text-align: center;
        /* margin-bottom: 15px; */
        float: left;
    }
    #footer-info a {
        font-weight: bold;
        color: white;
    }
    #footer-info {
        text-align: right;
        font-weight: bold;
        color: white;
        width: 100%;
        font-size: 10px;
        padding-bottom: 0px;
        float: right;
        /* margin: 0 auto; */
        margin-top: 30px;
        /* margin-right: 15px; */
    }
    .et-social-icons {
    float: left;
    margin-top: 4px;
    width: 100%;
}
#main-footer {
    background-color: #23282d;
    padding: 20px 0;
}
et_pb_newsletter_form p:nth-child(3), .et_pb_newsletter_form p:nth-child(2) {
    display: none;
}
.main-info {
    padding: 80px 0 50px;
    background-color: #333;
    display: block;
}
.et_pb_newsletter_form p:nth-child(3), .et_pb_newsletter_form p:nth-child(2) {
    display: none;
}

p.post-meta a {
    background: #0e437c;
    color: white !important;
    padding: 4px;
}
.et-waypoint {
    opacity: 1;
}
.bx-viewport {
    margin-bottom: 10px;
}
input.wpcf7-form-control {
    border: 1px solid #0e437c;
    height: 30px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #0e437c;   
}
input.wpcf7-form-control.wpcf7-submit.enviar {
    background-color: #0e437c;
    color: white;
}
.wpb_wrapper span.s1 {
    font-size: 12px;
}
.main-info h5 {
    color: #999;
    font-size: 0.9375rem;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
}
.main-info p {
    color: #999;
    font-size: 0.75rem;
    font-weight: 550;
    line-height: 18px;
}
.main-info hr {
    border-top-width: 3px;
    border-color: #292929;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-info form .form-control {
    background-color: #383838;
    border: 3px solid #292929;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    height: 56px;
}
input#mce-EMAIL {
    color: white;
}
.accept-newsletter-text {
    float: left;
    /* width: 14%; */
    margin-top: 4px;
    font-size: 12px;
    color: #999999;
}
span.accept-newsletter-input {
    /* width: 20px; */
    float: left;
    margin-right: 10px;
}

.cont_row {
    /* width: 1040px; */
    height: 30px;
    display: block;
    margin: 10px 0;
}
.mailchimp-button-custom {
    background-color: #e72e43;
    border: medium none;
    color: #f6f8f9;
    font-size: 0.625rem;
    font-weight: 600;
    height: 54px;
    line-height: 54px;
    outline: medium none;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}
input#mc-embedded-subscribe[disabled] {
    background: gray;
    cursor: not-allowed;
}
#top-menu li {

    padding-right: 5px;

}
#top-menu li.current-menu-item>a{
	color: #bbb;
}
@media (max-width: 479px){
	.et_pb_post h2, .et_pb_blog_grid h2 {
	    padding-bottom: 0;
	    font-size: 16px;
	    margin-bottom: 6px;
	}
}

@media only screen and (max-width: 1200px){
	#footer-bottom .section {
	    width: 100%!important; 
	    height: 60px!important
	
	}
	#footer-bottom {
	    height: 230px !important;
	}
}

