*{
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
/* PRELOADER ------------------------------------------------------- */
.contenedorPreloader{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 10000 !important;
    top: 0;
}
.titleSOC{
    width: 800px;
    margin: auto;
}
.load{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    /*change these sizes to fit into your project*/
    width:100px;
    height:100px;
}

.load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.load :first-child{background:#00b637;animation-delay:-2s}
.load :nth-child(2){background:#00b637;animation-delay:-1.5s}
.load :nth-child(3){background:#00b637;animation-delay:-1s}
.load :nth-child(4){background:#00b637;animation-delay:-0.5s}
.load :last-child{background:#00b637; position: absolute;}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}
/* general */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
}
.panel-default>.panel-heading{
    color: #fff;
    background: #005790;
}
.title{
    font-size: 52px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
h1{
    color: #2eade3;
}
.logo{
    margin: 0 auto 50px;
    display: block;
    width: 250px;
}
.logoMenu{
    position: absolute;
    left: 30px;
    top: 5px;
    width: 150px;
}
.section{
    background: #fff;
    padding: 50px;
}
.section div{
    width: 800px;
    margin: 100px auto;
    font-size: 18px;
    color: #000;
    text-align: justify;
}
.hvr-sweep-to-right {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: 'Source Sans Pro', sans-serif;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    padding: 10px 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #808080;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white !important;
    text-decoration: none;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* modals */
.modal-footer{
    border-top: 0;
}
.modal-body p{
    font-size: 16px;
}
.modal-body ul li p{
    font-size: 16px;
    color: #000;
}
/* menú */
nav{
    background: none;
    position: absolute;
    z-index: 2;
    height: 70px;
    top: 0;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 330px;
}
nav .icono_logo{
    width: 250px;
    position: absolute;
    top: 7px;
    left: 20px;
    display: none;
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 20px;
    top: 28px;
    color: #808080;
}
nav ul li{
    list-style: none;
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
nav ul li a:hover{
    text-decoration: none;
    border-bottom: 1px solid #808080;
    padding-bottom: 15px;
    transition: .3s;
}
nav ul li a img{
    width: 20px;
    margin-right: 10px;
}

ul li{
    color: #525252;
}
.fixedMenu{
    display: none;
}
.menu_color_Fixed1{
    background: #005790;
    position: fixed;
    top: 0px;
    margin: -70px auto;
    width: 100%;
}
.opMenu.ocultar{
    display: block;
}
.logo-icono a img{
    width: 50px;
    position: fixed;
    top: 6px;
    left: 15px;
    display: none;
    opacity: 0;
}
/* section one */
.section{
	width: 100%;
	background: #fff;
}
.section .container{
    padding: 100px 0px 100px;
    margin: auto;
    display: block;
    width: 1055px;
}
.section .container .contenedor-productos{
    display: flex;
    flex-wrap: wrap;
}
.section .container .contenedor-productos div{
    margin: 35px 15px;
    width: 320px;
}
.section .container .contenedor-productos div h3{
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.section .container .contenedor-productos div p{
    font-weight: 100;
    margin-top: 11px;
    font-size: 14px;
    margin-bottom: 30px;
    color: #595c62;
    font-family: 'Poppins', sans-serif;
}
.section .container p img{
    margin-right: 25px;
}
.section .container .contenedor-productos div a{
    color: #029e89;
    padding: 10px 20px;
    border: 1px solid;
}
.section .container .contenedor-productos div img{
    width: 23px;
    margin-right: 13px;
}
/* section two */
.two .container ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.two .container ul li{
    list-style: none;
    padding: 0 30px 30px;
    width: 320px;
    font-size: 14px;
    color: #595c62;
    font-family: 'Poppins', sans-serif;
}
.two .container ul li .number{
    font-size: 11px;
}
.two .container ul li .number span{
    font-size: 18px;
    margin-left: 6px;
}
.two .container ul li .line{
    width: 50px;
    height: 1px;
    background: #029e89;
    margin-bottom: 15px;
}
/* section three */
.three{
    display: flex;
    flex-wrap: wrap;
}
.contenedor-slider{
    width: 50%;
}
.three div .carousel{
    width: 800px;
}
.three .misionvision{
    width: 640px;
    padding: 60px;
    background: #029e89;
    color: #fff;
    width: 50%;
    z-index: 1;
}
.three .misionvision h3{
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.three .misionvision p{
    font-weight: 100;
    margin-top: 11px;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
/* foto productos */
.foto_producto{
    position: relative;
    width: 100%;
}
.foto_producto .contenedor_fotos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.foto-1{
    width: 50%;
    height: 700px;
    background: url(../img/certificado/foto-home/foto1.jpg)no-repeat center top;
    background-size: cover;
}
.foto-2{
    width: 50%;
    height: 400px;
    background: #078f7d;
    background-size: cover;
    position: relative;
    padding: 75px;
}
.foto-3{
    width: 50%;
    height: 400px;
    background: url(../img/certificado/foto-home/foto2.jpg)no-repeat center;
    background-size: cover;
}
.foto-2 p{
    font-size: 30px;
    color: #fff;
    font-weight: 100;
    text-align: center;
}
.foto-2 a{
    margin: 40px auto;
    display: block;
    text-align: center;
    width: 200px;
    font-size: 18px;
}
.carousel-inner>.item>img{
    height: 100%;
}
/* Oficina */
.parallax-window {
    min-height: 700px;
    background: transparent;
    position: relative;
}
.parallax-window div{
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    width: 560px;
    height: 145px;
    margin: auto;
    color: #fff;
}
.parallax-window div .title{
    font-size: 60px;
    text-align: center;
    color: #fff;
}
.parallax-window div p{
    font-size: 32px;
    text-align: center;
    color: #2eade3;
}
/* section one */
.section{
    width: 100%;
    background: #fff;
}
.section .container{
    padding: 65px 0px 65px;
    margin: auto;
    display: block;
    /*width: 1055px;*/
}
/* estilos productos */
._productos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section .container ._productos .descripcion_productos{
    width: 240px;
    border: 1px solid #f6f3f3;
    padding: 20px;
    margin: 10px;
    position: relative;
}.section .container ._productos .descripcion_productos:hover{
    transition: .5s;
    box-shadow: 3px 3px 15px #00000017;
}
.section .container ._productos .descripcion_productos img{
    width: 200px;
}
.section .container ._productos .descripcion_productos .precio{
    color: #029e89;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
/* slide de productos */
.carousel-indicators{
    bottom: 50px !important;
}
.carousel-indicators li{
    background-color: #c2c1c8 !important
}
.section .container ._productos .descripcion_productos{
    padding: 0;
}
.section .container ._productos .descripcion_productos p{
    text-align: center;
}
.section .container ._productos .descripcion_productos img {
    width: 100%;
}
.back-home{
    background: #4ba84f;
    padding: 10px;
    border-radius: 10px;
    margin: 30px auto;
    display: block;
    width: 200px;
    text-align: center;
    font-size: 20px;
}
.back-home:hover{
    text-decoration: none;
}
.container-form-contacto{
    display: flex;
    flex-wrap: wrap;
    padding: 100px 50px;
    color: #fff;
    justify-content: center;
    background: #1c232f;
}
.container-form-contacto div{
    width: 420px;
    margin: 0px 55px;
}
.container-form-contacto div .comenzar{
    text-align: center;
    display: block;
    background: #4aa84f;
    width: 250px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
}
.container-form-contacto div form input, .area-mensaje, select{
    border-style: none none solid;
    border-width: 1px;
    border-bottom: 1px solid #ffffff12;
    border-radius: 0px;
    background-color: #1a202b;
    color: #fff;
    font-weight: 300;
    width: 100%;
    padding: 10px;
    margin: 5px;
    font-size: 18px;
    height: 50px;
    outline: none;
    -webkit-transition: padding-left 0px;
    transition: padding-left .5s;
}
.container-form-contacto div form .send{
    background: #005690;
    font-weight: normal;
}
.container-form-contacto div a img{
    width: 20px;
    margin-right: 15px;
}
.container-form-contacto div p img{
    width: 28px;
    margin-right: 15px;
    margin-left: -4px;
}
.tipo_certificado{
    width: 100% !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 100px 0 50px;
}
.tipo_certificado div{
    background: #fff;
    width: 390px;
    padding: 30px;
    margin: 20px;
    text-align: left;
    border-radius: 10px;
    opacity: 0;
}
.tipo_certificado div ul{
    margin: 37px 0;
}
.tipo_certificado div ul li{
    list-style: none;
    margin: 25px 0;
}
.tipo_certificado div ul li p{
    font-size: 15px;
    margin-left: 35px;
    color: #5f5f5f;
}
.tipo_certificado div .certificado{
    width: 100%;
}
.tipo_certificado div ul li .true{
    width: 20px;
    float: left;
}
.btnCertificado{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btnCertificado .greenBtn{
    background: #4ba84f;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    margin: 20px;
}
.greenBtn:hover{
    text-decoration: none;
}
.greenBtn:active{
    text-decoration: none;
}
.btnCertificado .blueBtn{
    background: #2ab6df;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    margin: 20px;
}
.certificate{
    text-align: center;
    display: block;
    background: #115cac;
    width: 250px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 60px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.certificate:hover{
    color: #fff;
    text-decoration: none;
}
.blueBtn:hover{
    text-decoration: none;
}
.btnCertificado .grayBtn{
    background: #40516f;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    margin: 20px;
}
.grayBtn:hover{
    text-decoration: none;
}
.options{
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.options ul{
    width: 365px;
}
.adicionales{
    margin: 10px 0 !important;
    display: flex;
}
.adicionales.azul{
    background: #CCEBFF;
    padding: 20px;
    margin: 0 !important; 
}
.adicionales.cielo{
    background: #E6F5FF;
    padding: 20px;
    margin: 0 !important;
}
.adicionales .number{
    background: #005790;
    margin: 0;
    width: 45px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 5px;
    padding-top: 5px;
    font-size: 20px;
}
.adicionales div{
    margin: 0 0 0 30px;
}
#certificacionOficina{
    width: 100% !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 100px 0;
}
#certificacionOficina div{
    background: #fff;
    width: 330px;
    padding: 30px;
    margin: 20px;
    text-align: left;
    border-radius: 10px;
    opacity: 0;
}
#certificacionOficina div ul{
    margin: 37px 0;
}
#certificacionOficina div ul li{
    list-style: none;
    margin: 25px 0;
}
#certificacionOficina div ul li p{
    font-size: 15px;
    margin-left: 35px;
    color: #5f5f5f;
}
#certificacionOficina div ul li .opcionCerti{
    font-size: 18px;
    font-style: italic;
    color: #005690;
    margin-bottom: 0;
}
#certificacionOficina div .certificado{
    width: 100%;
}
#certificacionOficina div ul li .true{
    width: 20px;
    float: left;
}
.contacto-window{
    background: url(/img/certificado/headers/contacto.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.contacto-window div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 560px;
    height: 220px;
    margin: auto;
    color: #fff;
}
.contacto-window div .title{
    font-size: 60px;
    text-align: center;
    color: #fff;
}
.contacto-window div p{
    font-size: 32px;
    text-align: center;
    color: #2eade3;
}
/* footer */
footer{
    width: 100%;
    background: #16181c;
    font-size: 14px;
}
footer .footer{
    display: flex;
    flex-wrap: wrap;
    color: #8e929c;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    width: 1130px;
    margin: auto;
}
footer .footer .container{
    border-right: 1px solid #ffffff12;
    margin: 0 20px;
    width: 336px;
}
footer .footer .container h3{
    color: #fff;
}
footer .footer .container .logo-footer{
    width: 200px;
}
footer .footer .container a{
    color: #029e89;
    font-style: italic;
}
footer .footer .container p img{
    width: 20px;
        margin-right: 15px;
}
footer .footer .container a img{
    width: 20px;
        margin-right: 15px;
}
footer .footer .container span{
    margin: 0 10px;
}
footer .footer .container .allutech{
    padding-right: 20px;
}
footer .footer .container .faqs{
    display: block;
    padding: 8px 0;
    width: 290px;
}
footer .footer .container .faqs img{
    width: 12px;
}
footer .footer .container input, textarea{
    border-style: none none solid;
    border-width: 1px;
    border-bottom: 1px solid #ffffff12;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    width: 290px;
    margin-bottom: 20px;
    font-size: 14px;
    height: 50px;
    outline: none;
    -webkit-transition: padding-left 0px; /* For Safari 3.1 to 6.0 */
    transition: padding-left .5s;
}
footer .footer .container input:focus, textarea:focus{
    border-bottom: 1px solid #2ab6df;
    background: #22242a;
    padding-left: 10px;
}
footer .footer .container textarea{
    -webkit-transition: height 50px; /* For Safari 3.1 to 6.0 */
    transition: height .5s;
}
footer .footer .container textarea:focus{
    height: 100px;
}
footer .footer .container .send{
    margin-top: 20px;
    background: #029e89;
    height: 55px;
    font-weight: normal;
}
footer .copyright{
    width: 100%;
    background: #005790;
    color: #fff;
}
footer .copyright p{
    text-align: center;
    padding: 40px;
}
.modal-content{
    padding: 100px 50px;
}
.modal-content.certi{
    padding: 30px;
}
/* RESPONSIVE */
@media screen and (max-width: 1024px){
    footer .footer{
        width: 100%;
    }
    footer .footer .container{
        width: 295px;
    }
    footer .footer .container .send{
        width: 200px;
    }
    .section .container{
        width: 100%;
        padding: 100px 50px;
    }
    .two .container ul li {
        padding: 0 55px 30px 0;
        width: 304px;
    }
}
@media screen and (max-width: 1010px){
    .carousel-inner>.item>img {
        height: 530px;
    }
}
@media screen and (max-width: 925px){
    .carousel-inner>.item>img {
        height: 550px;
    }
    .contenedor-slider, .three div .carousel, .three .misionvision, footer .footer .container, footer .footer .container input, textarea{
        width: 100%;
    }
    .foto-2{
        padding: 140px 25px;
    }
    .foto-2 p{
        font-weight: 900;
        font-size: 24px;
    }
    .two .container ul{
        justify-content: space-between;
    }
    .two .container ul li{
        padding: 10px 0;
    }
    .section .container ._productos .descripcion_productos{
        width: 200px;
    }
    footer .footer .container .logo-footer{
        margin: auto;
        display: block;
    }
    footer .footer{
        padding: 100px;   
    }
    footer .footer .container{
        border: none;
    }
    .logo-icono a img{
        display: block;
        opacity: 1;
    }
    .opMenu.ocultar{
        display: none;
    }
    .section div{
        width: 100%;
    }
    #master, #advanced, #senior, #operador{
        width: 80%;
    }
    .tipo_certificado div .certificado {
        width: 295px;
        margin: auto;
        display: block;
    }
    #certificacionOficina div{
        width: 80%;
    }
    #certificacionOficina div .certificado{
        width: 340px;
        margin: auto;
        display: block;
    }
}
@media screen and (max-width: 420px){
    .carousel-inner>.item>img{
        height: auto;
    }
    .logo{
        width: 80%;
    }
    .content:not(.content--fixed){
        margin: 0;
    }
    .foto-2, .foto-3{
        width: 100%;
    }
    .parallax-window div{
        width: 100%;
    }
    .parallax-window div .title{
        font-size: 40px;
        padding: 0;
    }
    .parallax-window div p {
        font-size: 20px;
        padding: 0 30px;
    }
    .section.one .container{
        padding: 100px 0;
    }
    .section .container ._productos .descripcion_productos {
        width: 164px;
    }
    footer .footer {
        padding: 80px 0;
    }
    .title{
        font-size: 25px;
        text-align: center;
    }
    .three .misionvision{
        padding: 60px 30px;
    }
    .contenedor-slider{
        display: none;
    }
    .foto-2 a{
        background: #029e89;
    }
    footer .footer .container .send{
        margin: 20px auto 0;
        display: block;
    }
    footer .footer .container{
        margin: 0 20px 20px;
    }
    .tipo_certificado div .certificado{
        width: 100%;
    }
    #certificacionOficina div .certificado{
        width: 100%;
    }
    .section{
        padding: 50px 15px;
    }
    ul li{
        margin-left: 30px;
        font-size: 16px;
    }
    h1, p{
        text-align: left;
    }
    #certificacionOficina div {
        width: 100%;
    }
    .parallax-window div .title {
        font-size: 35px;
        padding: 0;
    }
    nav ul li {
        width: 80px;
        margin: 0;
        text-align: center;
    }
    nav ul{
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        width: 250px;
    }
    .fixedMenu ul{
        left: 117px;
    }
    .logoMenu {
        left: 10px;
        top: 13px;
        width: 110px;
    }
}




