@charset "utf-8";
/* CSS Document */

*{margin: 0;
padding: 0;
border: none;
outline: none;}

::selection{
    background: #fff200;
    color: #000;
}

.x{
    overflow-x: hidden !important;
}

.desktop{
    display: block !important;
}

.mobile{
    display: hidden !important;
    display: none !important;

}




#side_wa{
    position: fixed;
    z-index: 1000;
    background: #6c02c4;
    width: 104px;
    height: 205px;
    right: -52px;
    top: 200px;
    border-radius: 25px;
    cursor: pointer;
    transition: all ease 200ms;
}


#side_wa:hover{
    right: -42px;
    background: #25D366;
}


body{
   font-family: "Helvetica", Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    position: relative;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

#i_amarillo, #i_cyan, #i_magenta, #i_magenta2, #i_cyan2{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
}

#i_amarillo{
    width: 1100px;
    height: 1100px;
    background: url("../img/vectores_index/amarilla.png");
    top: -100px;
    right: -180px;
    z-index: 1;
}

#i_cyan{
    width: 750px;
    height: 750px;
    background: url("../img/vectores_index/circulo_cyan.png");
    top: -150px;
    right: 350px;
    z-index: 1;
}



#i_cyan2{
    width: 750px;
    height: 750px;
    background: url("../img/vectores_index/circulo_cyan.png");
    bottom: 550px;
    left: -250px;
    z-index: 1;
}



#i_magenta{
    width: 800px;
    height: 800px;
    background: url("../img/vectores_index/circulo_magenta.png");
    top: 270px;
    left: -250px;
    z-index: 1;
}




#i_magenta2{
    width: 800px;
    height: 800px;
    background: url("../img/vectores_index/circulo_magenta.png");
    bottom: 1570px;
    right: -350px;
    z-index: 1;
    opacity: 0.4;
}





strong{
    font-weight: 500;
}


h1,h2,h3,h4,h5,h6{
    font-family: "Georgia", Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
}

/*-----inicia_nav------*/

nav{
    background: #fff;
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 100;
    font-weight: 500;
   box-shadow: 0px 0px 50px rgba(0,0,0,0.15);
}

nav #logo_main{
    height: 130px;
    width: 160px;
    margin-left: 15%;
 
}

nav .navbar-nav{
    width: 85%;
}

nav .navbar-nav .nav-item{
    width: 20%;
    text-align: center;
    height: 50px;
    line-height: 50px;


}





nav .nav-item .nav-link{
    padding: 0 !important;
    width: 100%;
    color: #000000;
    border-bottom: 2px solid;
    font-weight: bold;
    border-color: #E1E1E1;
    transition: all ease 300ms;
}


nav .navbar-nav #a_nosotros:hover, nav .navbar-nav #a_blog:hover{
    border-color: #00aeef;
    background: #E4F7FF;
    background: linear-gradient(0deg,rgba(228, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 96%);
    color: #00aeef;
    border-bottom-width: 3px;
}


nav .navbar-nav #a_innovacion_calidad{
    min-width: 151px;
}


nav .navbar-nav #a_innovacion_calidad:hover, nav .navbar-nav #a_contacto:hover{
    border-color: #ec008c;
    background: #FDE0F1;
    background: linear-gradient(0deg,rgba(253, 224, 241, 1) 0%, rgba(255, 255, 255, 1) 96%);
    border-bottom-width: 3px;
}


nav .navbar-nav #a_servicios:hover{
    border-color: #FFF200;
    background: #FFFCD7;
    background: linear-gradient(0deg,rgba(255, 252, 215, 1) 0%, rgba(255, 255, 255, 1) 96%);
    color: #746E00;
    border-bottom-width: 3px;
}

nav .nav-item .nav-link.special{
    height: 25px;
    line-height: 25px;
    border: none;
    font-size: 1.5rem;
    color: #999;
}


nav .nav-item .nav-link.special:hover{
    color: #000;
}




nav .nav-item .nav-link:hover{
    color: #EC008C;
}

nav #dropdown_menu2{
    background: black;
    min-width: 250px;
}

nav #dropdown_menu2 a{
    color: #fff;
    padding: 0px 20px !important;
    text-transform: uppercase;
    font-size: 12px;
    transition: all ease 200ms;
    height: 20px;
    line-height: 20px;
}

nav #dropdown_menu2 a:hover{
    background: black;
    color: #00aeef;
    padding-left: 22px;
    text-indent: 3px;
}


nav #dropdown_menu2 .dropdown-divider{
    border-color: #222;
}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image:url("../img/h_w.png");
}


/*-----fin_nav------*/




/*Carrusel Inicio*/

.carousel-control-prev-icon{
    background-image:url("../img/slider/izq.svg");
    width: 70px;
    height: 70px;
}


.carousel-control-next-icon{
    background-image:url("../img/slider/der.svg");
    width: 70px;
    height: 70px;
}




.carousel-indicators li{
    background: #da03f9;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
}


.carousel-indicators li.active{
    background: #8fffff;
}



/*Carrusel Fin*/


/*Post_slider inicio*/

#post_slider{
    padding: 50px 0;
    position: relative;

}

#post_slider #ig{
    width: 320px;
    height: 440px;
    background: url("../img/vectores_index/ig.png") no-repeat center center;
    position: absolute;
    top: 0px;
    right: -50px;
    opacity: 1;
    overflow-y: hidden !important;
}


#post_slider #w_puntero{
    width: 100%;
    height: 120px;
    position: relative;
    margin: 25px 0;
}


#post_slider #w_puntero #puntero{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    animation-name: a_puntero;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

@keyframes a_puntero {
  0% {top: 0px;}
  50% {top: 30px;}
    100% {top: 0px;}
}



#post_slider #w_frase h3{
    text-align: center;
    font-family: "Helvetica", Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif !important;
}


.w_cta{
    width: 100%
}



.cta{
    display: block;
    height: 70px;
    width: 270px;
    line-height: 65px;
    text-align: center;
    border-radius: 35px;
    margin: 0 auto;
    font-size: 25px;
    transition: all ease 300ms;
    border: 2px solid #fff;
    font-weight: bold;
}




.cta:hover{
    text-decoration: none;
    width: 290px;
}


.cta_cyan{
    background: #8fffff;
     color: #000;
}


.cta_cyan:hover{
    background-color: #da00f9;
    color: #ffffff;
}



.cta_magenta{
    background: #da00f9;
     color: #fff;
}


.cta_magenta:hover{
    background-color: #ffff3c;
    color: #000;
}



.cta_amarillo{
    background: #ffff3c;
     color: #000;
}


.cta_amarillo:hover{
    background-color: #8fffff;
    color: #000;
}





/*Post_slider fin*/




/*-------Slider servicios inicio---------*/

#slider_servicios h4{
    font-family: "Helvetica", Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    font-weight: 400;
    font-size: 1.3rem;
}


#slider_servicios .carousel-item{
    overflow-x: hidden !important;
}


/*-------Slider servicios fin---------*/





/*-------Main servicios inicio---------*/


#main_servicios h4{
    font-family: "Helvetica", Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    text-align: center;
    padding-bottom: 30px;
   padding-top: 10px;
    font-size: 1.3rem;
}


#main_servicios img{
    opacity: 0.7;
    transition: all ease 400ms;
}


#main_servicios img:hover{
    opacity: 1;
}


.wrapper_interior h4{
    color: black;
    transition: all ease 300ms;
}


.wrapper_interior:hover h4{
    color: #ED008C;
}
/*-------Main servicios fin---------*/




/*--------Inicia_título_registro------------*/

.w_titulo_registro{
    background-image: url("../img/registro.gif");
    display: block;
    height: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    padding-top: 12px;
    color: #da00f9;
    margin-top: 20px;
    margin-bottom: 10px;
}


.titulo_registro{
font-size: 40px;
}

/*---------Fin_título_registro------------*/


#w_img_nosotros{
    padding: 0;
    position: relative;
}




#w_img_nosotros #cta_nosotros{
    position: absolute;
    z-index: 2;
    bottom: 100px;
    right: 20px;
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    background-blend-mode: multiply;
}


#w_img_nosotros #cta_nosotros #btn_conoce_mas{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}




/*-------Inicia contacto---------*/

#w_bg_contacto{
    background-image: url("../img/impresos_graficos.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contacto_form{
    background: #feff54;
    border-radius: 35px;
    padding: 30px;
    opacity: 0.9;
}

#contacto_form h2{
    text-align: center;
    padding: 20px 0;
    font-family: "Georgia", Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
    font-size: 2.2rem;
    font-weight: 400;
}

#contacto_form label{
    width: 100%;
}

#contacto_form input{
    width: 80%;
    margin: 10px auto;
    display: block;
    background: none;
    color: #000;
    font-size: 1.5rem;
    border-bottom: 1px solid #000;
}


#contacto_form input::placeholder, #contacto_form textarea::placeholder{
    color: #000;

}



#contacto_form textarea{
    width: 80%;
    margin: 10px auto;
    display: block;
    color: #000;
    font-size: 1.5rem;
    padding: 5px;
    border-radius: 10px;
    min-height: 150px;
}


#contacto_form #enviar{
    width: 250px;
    height: 70px;
    margin: 0 auto;
    border-radius:35px;
    display: block;
    background: #8fffff;
    color:#000;
    transition: all ease 300ms;
    font-size: 1.3rem;
    font-weight: bold;
}



#contacto_form #enviar:hover{
    background: #da00f9;
    color: #fff;
}


/*-------Fin contacto---------*/


/*-------Inicio_mapa---------*/

#w_mapa{
    padding: 0;
}


/*-------Fin_mapa---------*/



/*-------Inicio_footer---------*/

footer{
    background: #000;
    color: #fff;
    padding: 20px;
}

footer h4{
    color: #da03f9;
    font-family: "Helvetica", Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}


footer h5{
    border-bottom: 1px solid #86efef;
    text-align: center;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 80%;
}


footer #f1 {
    padding: 50px 0;
}

footer #f2 {
    padding: 50px 0;
}



footer #f2 a img{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}


footer #f2 .sf{
    text-align: center;
    overflow-x: hidden !important;
    padding: 0 !important;
}

footer #f1 .sf{
    text-align: center;
}


footer a{
    color: #fff;
}


footer .sf {
    font-size: 0.8rem;
}


footer .sf a{
    transition: all ease 400ms;
    text-decoration: none;
}



footer .sf a:hover{
    color: yellow;
}


footer #f3{
    text-align: center;
    font-size: 0.7rem;
    color: #666;
}


footer div.x{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*-------fin_footer---------*/

@media only screen and (min-width: 1px) and (max-width: 991px) {

    
body{
    overflow-x: hidden !important;
}
    
    
    
.mobile{
    display: block !important;
}

.desktop{
    display: hidden !important;
    display: none !important;

}    
    

    
#post_slider #ig{
    top: 0px;
    right: 0%;
    opacity: 0.4 !important;
    
}    
    
    
nav #logo_main{
    height: 130px;
    width: 160px;
    margin-left: 2%;
}
    
    .navbar-collapse{min-height: 270px;}
    

    nav .navbar-nav{
        width: 100%;
    }    
    
nav .navbar-nav .nav-item{
    width: 100%;
}

nav .nav-item .nav-link{
    padding: 10px 10px !important;
    width: 100%;
}

    nav #dropdown_menu2{
        text-align: center;
    }
    




nav #dropdown_menu2 .dropdown-divider{
    border-color: #222;
    margin: 3px 0;
}


 nav  a.dropdown-item{
       
     line-height: 20px !important;
    }
    
    
/*-------Inicio_footer---------*/


footer h4{
    font-size: 1.7rem;
    margin-bottom: 20px;
}


footer h5{
    border-bottom: 1px solid #86efef;
    text-align: center;
    margin-bottom: 40px;
}


footer #f1 {
    padding: 40px 0;
}

footer #f2 {
    padding: 40px 0;
}



footer #f2 a img{
    width: 35px;
    height: 35px;
}




footer .sf {
    font-size: 1.1rem;
}


footer .sf a{
    transition: all ease 400ms;
    text-decoration: none;
}



footer .sf a:hover{
    color: yellow;
}




/*-------fin_footer---------*/    
    


  #side_wa{
    width: 80px;
    height: 160px;
    right: -50px;
    top: 300px;
}



    
    
}