@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto+Slab&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500&display=swap');
*{
    margin: 0px;
    padding: 0px;
}

/*HEADER++++++++++++++++++++++++++++*/

.move-especial{
    padding-right: 50px;
}
.borderred {
    border: 2.5px solid #D8006C!important;
}

.redicon {
    color: #008CD6;
}

.atxtnone {
    text-decoration: none;
    color: #575757;
}

.atxtnone:hover {
    text-decoration: none;
    color: #D8006C;
    font-weight: 500;
    transition: 0.1s;
}


.nav .nav-item:hover {
    
}
.navbar-toggler-icon {
    font-size: 25px;
}
/*HOME+++++++++++++++++++++++++++++++*/

h2{
    color: #D8006C;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 800;
    padding: 10px;
}
.sp-text{
    padding: 10px;
}
.sp-text2{
    text-align: right;
}


h3{
    color: #D8006C;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 800;
}
span{
    color: #008CD6;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 800;
}
p{
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.white{
    background-color: #ffffffa0;
    padding: 10px;
    
}
.bg-header{
    background: url(../img/header.svg) center;
    background-size: cover;
}
.bg-nosotros{
    background: url(../img/bg-nosotros.png) center center;
    background-size: cover;
    padding: 18% 0px;
}
.bg-branding{
    background: url(../img/bg-branding.svg) center center;
    background-size: cover;
    padding: 18% 0px;
}
.bg-ct{
    background: url(../img/bg-contacto.svg) center right;
    background-size: cover;
    padding: 18% 0px;
}
.bg-footer{
    background: url(../img/bg-footer.svg) top center;
    background-size: cover;
}
.redes{
    font-size: 30px;
    color: #D8006C;
    margin-right: 10px;
    margin-top: 15px;
}
.redes:hover{
    font-size: 30px;
    color: #008CD6;
    margin-right: 10px;
    margin-top: 15px;
}
.titulos-footer{
    color: #4d4d4d;
    font-size: 25px;
    font-weight: 700;
}
.textos-footer{
    color: #4d4d4d;
    font-size: 17px;
    font-weight: 400;
}
.move-1{
    padding: 0px;
    margin: 0px;
}

.logo{
    width: 35%;
    float: left;
}

.logo img{
    max-width: 60%;
    width: 100%;
    min-width: 90px;
    height: auto;
    margin-left: 15px;
}
.navbar-light .navbar-nav .nav-link {
    color:#040405;
    margin-right: 45px;
    letter-spacing: 0.2px;
    
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#791922;
    font-weight: 400;
}
.bg-light2{
    background-color: white;
}

.hero-txt {
    color: #FFFFFF;
}


.f-size32 {
    font-size: 32px;
}


#footer{
    display: none;
}

/*Scroll bar*/
html {
    overflow-y:scroll;
}
body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
background: #676767;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
background-color: #008CD6;    /* color of the scroll thumb */
border-radius: 20px;       /* roundness of the scroll thumb */
border: 3px solid #008CD6;  /* creates padding around scroll thumb */
}



/*formulario*/
.wpcf7-form {
    background-color: #575757d7;
    border-radius: 20px;
    box-shadow: 0px 9px 21px 6px rgb(0 0 0 / 50%);
    padding: 1em;
    overflow: none !important;
}



.wpcf7-submit{
    background-color:#D8006C;
    color:white!important;
    border:none;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bolder;
    }
    
.wpcf7-submit:hover{
    background-color:#008CD6;

    }
.wpcf7-submit p{
    text-align: center;
    }
.wpcf7-list-item-label{
    color: black;
    font-weight: normal;
}

.wpcf7-textarea{
    width: 100%;
    height: 130px;
    }
.wpcf7-form-control{
        width: 100%;
        height: 45px;
}
.wpcf7-textarea{
    width: 100%;
    height: 100px;
    }


.text-form{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.wpcf7{
    font-size: 20px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 18px;
    line-height: inherit;
}

    
/*Footer++++++++++++++++++++++++++++++++++++*/
.txt-footer:hover {
    text-decoration: none;
    color: #791922;
    font-weight: 500;
    transition: 0.1s;
}

.txt-footer {
    color: #FFFFFF;
}
a{
    text-decoration:none;
    list-style:none;
}
.txt-deco{
    color:white;
}
.txt-deco:hover{
    color:#791922;
    transition:0.3s;
}
.txt-deco2{
    color:white;
}
.txt-deco2:hover{
    color:black;
    transition:0.3s;
}

.float-wsp{
   	position:fixed;
	width:49px;
	height:47px;
	bottom:20px;
	right:75px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.float-wsp:hover{
    text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.float-pdf{
	position: fixed;
	width: 220px;
	height: 30px;
	bottom: 30px;
	left: 100px;
	background-color: #C50E7B;
	color: #FFFFFF;
	border-radius: 40px;
	text-align: center;
    font-size: 17px;
    font-weight: 600;
	box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float-pdf:hover {
	text-decoration: none;
    background-color: #2C9BDB;
    color: white;
    transition: 0.5s;
}



/*Media queries++++++++++++++++++++++++++++++++*/

@media only screen and (max-width: 600px) {
    .mobile-disp{
        display:none;
    }

.borderred {
    border: 2.5px solid #791922!important;
}
.float-pdf{
 display: none;
}
.bg-branding{
 
}


}
@media (min-width: 992px){
    .navbar-expand-lg {
        justify-content: space-between;
    }
}