
body {
    font-family: 'Ubuntu', sans-serif !important;
    /*background-color: #dddddd;*/
    /* background-color: #cdcdcd !important; */
    background-color: #fff;
}

li{
    list-style: none;
}

a, a:active, a:hover, a:visited{
    text-decoration: none !important;
    color: #000;
}

.headerTop{
    background-color: #121113;
    width: 100%;
    padding: 10px 0;
    color: #fff !important;
}

header{
    background: #d1d1d1;
}

.contenHeader{
    width: 100%;
    display: flex;
    /*background-color: red;*/
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: flex-start;
    height: 30px;
}

.itemHeader{
    display: flex;
    align-items: center;
}
.itemHeader>.icon{
    font-size: 22px;
    margin-right: 5px;
    color: #efe005;
}

.itemHeader>h6{
    font-family: 'Lexend',sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.subti, .iconSocial{
    /*font-size: 14px;*/
    font-weight: 500;
    text-transform: capitalize;
    color: #d3d3d3 !important;
}

.listaRedes>li{
    float: left;
    margin-right: 20px;
}

.listaRedes>li:last-child{
    margin-right: 0;
}

.iconSocial{
    font-size: 18px;
}

.boxLogo{
    height: 70px;
}

.boxLogo .logoImg{
    object-fit: contain;
}

.menu{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}

.menu>li{
    float: left;
    margin: 0 20px ;

}

.btnMenu{
    /*position: absolute;*/
    display: none;
    border: none;
    font-size: 30px;
    background: #000;
    color: #efe005;
    float: right;
    width: 60px;
    border-radius: 5px;
}

.linkMenu,
.linkMenu:hover,
.linkMenu:visited,
.linkMenu:active{
    font-family: 'Lexend',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #2a2a2a;
}



.titu1{
    font-family: 'Lexend',sans-serif;
    font-size: 43px;
    font-weight: 700;
}

.titu2{
    font-family: 'Lexend',sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.titu3{
    font-family: 'Poppins',sans-serif;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #efe005;
}

.titu4{
    font-family: 'Lexend',sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.parra1{
    font-size: 18px;
    color: #525252;
}

.pasos{
    position: relative;
    display: block;
    max-width: 400px;
    margin-bottom: 15px;
    /* background-color: red; */
}

.pasos .countText{
    position: absolute;
    top: -9px;
    right: 0px;
    font-size: 115px;
    line-height: 100px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #fde202, 1px -1px 0 #fde202, -1px 1px 0 #fde202, 1px 1px 0 #fde202;
}

.pasos .icono{
    position: relative;
    margin-bottom: 27px;
}

.pasos h4{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}

p{
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    color: #74757b;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

.fs1{
    font-size: 30px !important;
}

.box1{
    position: relative;
    margin-right: 20px;
}

.imgBox{
    border-radius: 15px;
    overflow: hidden;
}

.boxImage{
    position: relative;
    display: block;
    text-align: center;
}

.imgAuto{
    max-height: 460px;
}

.boxImage .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 438px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.boxImgFlex{
    display: flex;
    height: 100%;
    /*background-color: red;*/
    align-items: center;
    justify-content: center;
}

.list-style-one li{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    color: #121113;
    padding-left: 25px;
    margin-bottom: 20px;
}

.list-style-one li:last-child{
    margin-bottom: 0px;
}

.list-style-one li:before{
    position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 14px;
    left: 0px;
    top: 1px;
}

.list-style-one li:before {
    color: #fee100;
}

.boxData{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.boxImage2{
    background-color: #fee100;
    width: 100%;
    position: relative;
    display: flex;
    max-height: 300px;
}



.boxImage2 img {
    aspect-ratio: auto;
    object-fit: cover;
}

.btnDesc{
    width: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    font-weight: 600;
    font-family: 'Lexend', sans-serif;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
}

.btnDesc span{
    color: #000;
}

.btnDesc .btnIcon{
    padding: 10px;
    background-color: #000000;
    color: #fff;
    width: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnDesc:hover .btnIcon{
    color: #fee100;
}

footer{
    background-color: #000000;
    border-top:1px solid #7a7a7a;
}

.bgMiga{
    background-image: url('/img/page-title.jpg');
    padding: 70px 0 40px 0;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.bgMiga:before{
    content: ' ';
    position: absolute;
    background-color: rgb(4 5 5 / 10%);
    width: 100%;
    height: 100%;
    top: 0;
}

.tituMiga{
    color: #fff;
    position: relative;
    z-index: 100;
}

.listaMiga{
    margin: 0;
    padding: 0;
}

.listaMiga>li{
    float: left;
    margin-right: 30px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    text-transform: uppercase;
    font-weight: 600 ;
}

.listaMiga>li:before{
    position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 11px;
    top: 5px;
    right: -20px;
    font-weight: 400;
}

.listaMiga>li:last-child::before{
    display: none;
}

.linkMiga, .linkMiga:hover,
.linkMiga:visited, .linkMiga:active{
    color: #fff;
    text-decoration: none;
}


.contenedorForm{
    background-color: #040505;
}


.imgContact{
    width: 100%;
    background: url("/img/contact-1.jpg");
    background-size: cover;
    /* max-width: 471px; */
    height: 100%;
    padding: 100px 60px;
    position: relative;
}

.imgContact:before{
    content: ' ';
    position: absolute;
    background-color: rgb(4 5 5 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.boxDataLocales{
    position: relative;
}

.btnLocal{
    background: transparent;
    border: none;
    font-size: 20px;
    margin-right: 20px;
    font-weight: 700;
    color: #fee100;
    border-bottom: 3px solid transparent;
}

.btnLocal.active{
    color: #ffffff;
    border-color: #fee100;
}

.dataContact{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.dataContact:last-child{
    margin-bottom: 0;
}
.dataContact>h2{
    font-size: 20px;
    color: #fee100;
}

.dataContact>.parra1{
    color: #Fff;
}

.boxForm{
    padding: 10px 70px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.inputFormu{
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    color: #75767b;
    padding: 10px 20px;
    transition: all 500ms ease;
    outline: none;
    margin-bottom: 20px;
}

.textFormu{
    height: 150px !important;
    resize: vertical;
    min-height: 100px;
    max-height: 200px;
}


.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fee100;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Lexend', sans-serif;
    text-align: center;
    padding: 12px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn:hover{
    background-color: #fee100;
    color: #000000;
}

/*******************************************************/

.contenInfo,
.boxCursoImg{
    padding: 10px;
    height: 100%;
}

/*.boxCursoImg{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*b*/
/*}*/
.contCursoImg{
    background-color: #fff;
    width: 434px;
    height: 350px;
    position: relative;
    clip-path: polygon(0% 0%, 88% 0%, 100% 15%, 100% 100%, 80% 100%, 21% 100%, 0% 73%, 0% 20%);

}
.imgCurso{
    object-fit: cover;
}

.contCursoImg > .text{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px 15px 21px 25px;
    background-color: #fee100;
}

.text > span{
    font-size: 16px;
    /*background-color: red;*/
}

.boxItem{
    display: flex;
    flex-direction: row;
    align-items: center;

}

.boxItem > .boxImg{
    margin-right: 15px;
    height: 56px;
    width: 50px;
    display: flex;
    justify-content: center;
}

.img-icono{
    object-fit: contain;
}

.boxItem h4{
    font-family: 'Lexend', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #121113;
    font-weight: 500;
    margin-bottom: 9px;
}


.boxItem span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #747474;
    font-weight: 500;
}

.parraCurso{
    height: 85px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}

.btn-curso{
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #fee100;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lexend', sans-serif;
    text-align: center;
    padding: 15px 38px;
    /*margin-top: 25px;*/
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.btn-curso:hover{
    background-color: #fee100;
    color: #000000;
}

.boxDetalleCurso{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.columDeta{
    background-color: #000000;
    border-left: 1px solid #75767b;
    border-top: 1px solid #75767b;
}

.columDeta .boxItem{
    margin: 15px;
}
.columDeta .boxText h4{
    color: #fff;
    font-size: 14px;
}

.boxItem .boxText h4{
    /*color: #fff;*/
    font-size: 14px;
}

.dataPrecio{
    display: flex;
    position: relative;
}

.precioBox {
    background-color: #fee100;
    padding: 20px 25px 18px 25px;
    clip-path: polygon(0% 0%, 60% 0%, 100% 40%, 100% 100%, 80% 100%, 0% 100%, 0% 73%, 0% 20%);
}

/******************************************************************************/
.boxFormCursos{
    background-color: #fee100;
}

/*******************************************************************************/

.text1error{
    font-size: 200px;
    font-family: 'Lexend',sans-serif;
    font-weight: 700;
}
.text404{
    position: relative;
}
.text404::before {
    position: absolute;
    content: '';
    width: 105px;
    height: 105px;
    left: 15px;
    top: 75px;
    border-radius: 50%;
    z-index: -1;
    background-color: #fee100;
}

.barras{
    /*position: absolute;*/
    left: 0px;
    bottom: 48px;
    width: 100%;
    height: 71px;
    background-repeat: repeat-x;
    animation: slide_2 60s linear infinite;
    -webkit-animation: slide_2 60s linear infinite;
}

.barra1Error{
    /*height: 50px;*/
    /*width: 100%;*/
    background-image: url('/img/shape-78.png');
    background-size: contain;
}

.barra2Error{
    /*height: 50px;*/
    /*width: 100%;*/
    background-image: url('/img/shape-79.png');
    background-size: contain;

}

@keyframes slide_2{
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide_2{
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.linkFooter{
    color: #fee100 !important;
}

/**********************************************************************************/

.inputFormuCurso{
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border:1px solid #ddd;
    outline: none;
}

.inputFormuCurso:active{
    outline: none;
}


#contPreload{
    display: none;
}

/**********************************************************************/

#sliderFlota{
    position: relative;
    height: 400px;
    overflow: hidden;
}


#boxPreloader,
#boxMsj{
    height: 100%;
}


.linkMenu.btnLink{
    background-color: #feef10;
    padding: 10px 15px;
    border: 3px solid transparent;
    transition: all ease-out 0.33s;
}

.linkMenu.btnLink:hover{
    background-color: #fff122;
    border-color: #000;
}

@keyframes  float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-5px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}

.btnFlotante{
    bottom: 5%;
    right: 1%;
}

.wsp{
    position: fixed;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    background-color: #00cf4d;
    box-shadow: -2px 1px 2px #000;
    overflow: hidden;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 2.5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}

.btnFlotante2{
    bottom: 18%;
    right: 1%;
}

.ig{
    position: fixed;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: -2px 1px 2px #000;
    overflow: hidden;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 2.5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}

.boxNews{
    background: #000;
    position: relative;
    overflow: hidden;
}

.textNews{
    position: relative;
    z-index: 100;
    font-size: 30px;
    color: #fff;
}

.imgStop{
    position: absolute;
    z-index: 0;
    width: 216px;
    left: 2%;
    top: 5%;
    transform: rotate(350deg) scale(1);
    opacity: 0.5;
    animation: ani_imgStop 2s linear infinite;
    -webkit-animation: ani_imgStop 2s linear infinite;
}

@keyframes ani_imgStop{
    0% { transform: rotate(350deg) scale(1) }
    50% { transform: rotate(350deg) scale(1.2) }
    100% { transform: rotate(350deg) scale(1) }
}

@-webkit-keyframes ani_imgStop{
    0% { transform: rotate(350deg) scale(1) }
    50% { transform: rotate(350deg) scale(1.2) }
    100% { transform: rotate(350deg) scale(1) }
}


.boxImgAutos{
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.boxImgAutos img{
    position: absolute;
    transform: scale(1.1);
}

/*******************************************************************************************************/
/*** TESTIMONIO ***/
.seccion-testimonio{
    position: relative;
    padding: 60px 0 60px 0;
    overflow: hidden;
}

.bgTestimonio{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
}

.bgTestimonio:before {
    position: absolute;
    content: '';
    background: #121113;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

.bgTestimonio:after {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-180deg, rgba(18, 17, 19, 1) 50%, rgba(18, 18, 19, 0.0) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.contentReviews{
    position: relative;
}


.contentReviews .text-1{
    font-size: 38px;
    color: #fff;
}

.testimonioBlock{
    position: relative;
    display: block;
    padding: 34px 30px 40px 40px;
    border: 2px solid #3a383c;
    border-top: none;
    border-right: none;

}

.testimonioBlock:before {
    position: absolute;
    content: '';
    border-top: 2px solid #3a383c;
    width: calc(100% - 100px);
    left: 0px;
    top: 0px;
}

.testimonioBlock:after {
    position: absolute;
    content: '';
    border-right: 2px solid #3a383c;
    height: calc(100% - 100px);
    right: 0px;
    bottom: 0px;
}

.testimonioBlock .border-box {
    position: absolute;
    top: -20px;
    right: 50px;
    background: #3a383c;
    transform: rotate(-45deg);
    height: 141px;
    width: 2px;
}

.text-review{
    color: #fff;
    font-size: 17px;
    margin: 15px 0;
    margin-top: 25px;
}

.boxReview{
    height: 180px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    white-space: pre-wrap;
}

.listaEstrella{
    overflow: auto;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.listaEstrella>li{
    float: left;
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
    color: #fee100;
}

.titu-name{
    color: #fee100;
    text-transform: capitalize !important;
}

.linkReview{
    color: #fff !important;
}

.linkReview:hover{
    color: #000 !important;
}

.owl-item:first-child{
    padding-left: 0;
}
.owl-item{
    padding: 0 15px;
}

.owl-item:nth-child(even){
    padding-right: 0;
}

.owl-dots{
    text-align: center;
    margin-top: 10px;
}

button.owl-dot {
    width: 40px;
    height: 12px;
    background: #3a383c !important;
    position: relative;
    margin-right: 20px;
    border-radius: 8px;
}

button.owl-dot.active{
    background: #fee100 !important;
}


@media (max-width: 991.98px) {

    .logoImg{
        max-width: 220px;
    }

    .boxLogo {
        height: 60px;
    }

    .btnMenu{
        display: inline-block;
    }

    .menuCel{
        height: 0;
        width: 100%;
        overflow: hidden;
        transition: all 0.4s ease-in-out;

    }

    .menu{
        width: 100%;
        flex-direction: column;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .menuCel.activo{
        /*height: 170px;*/
        height: 100%;
    }

    .menu>li{
        margin: 7px 0;
    }

    .menu>li:last-child{
        margin-top:20px;
    }

    .contenHeader{
        flex-direction: column;
        height: auto;
    }

    .listaRedes{
        display: none;
    }

    .boxImage2>.img{
        /*max-width: 40% !important;*/
        display: none;
    }

    .contCursoImg > .text{
        top: auto;
        bottom: 0 !important;
    }

    .contCursoImg{
        width: 100%;
        height: 250px;
    }

    .boxForm{
        padding: 10px;
    }


    .btnFlotante{
        right: 3%;
    }

    .btnFlotante2{
        right: 3%;
    }

    .tituMiga{
        font-size: 38px;
    }

    .boxReviews{
        margin-top: 25px;
    }

    button.owl-dot {
        width: 25px;
    }
}
