body {
    color: #404040 !important;
    font-family: Raleway;
}

body a {
    color: #5AC3BE;
}

body a:hover {
    color: #000;
}

h2 {
    font-family: Raleway;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 37px;
}

p {
    color: #404040;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.3px;
    line-height: 24px;
}
video {
  background-color: #000;
}
.n-p-l-r {
    padding-left: 0px;
    padding-right: 0px;
}

.n-m-r {
    margin-right: 0px !important;
}

.btn {
    height: 42px;
    width: 252px;
    border: 1px solid #5AC3BE;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 28px;
    text-align: center;
    color: #5AC3BE;
}

.btn:hover {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #5AC3BE;
}

.bg-grey {
    background-color: #f2f2f2;
}

.bg-white {
    background-color: #fff;
}
.p-section {
    padding-top: 40px;
    padding-bottom: 40px;
}


.text-section h2 {
    margin-bottom: 34px;
}

.text-section h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #5AC3BE;
    box-sizing: border-box;
    display: block;
    margin-left: 5px;
    margin-top: 9px;
}

.media-text-section ul {
    list-style: none;
}

.media-text-section ul li p {
    display: inline-flex;

    padding-left: 21px;
}

.media-text-section ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #5AC3BE;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -21px;
    position: relative;
    border-radius: 50%;
}

.media-text-section .btn {
    margin-left: 20px;
}

.media-row-section {
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 80px;
}

.text-section.media-row-section h2::after {
    display: none;
}

.media-row-section h3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.45px;
    line-height: 29px;
}

.media-row-section .h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.45px;
    line-height: 29px;
    min-height: 29px;
    display: block;
}

.media-row-section .row {
    margin-bottom: 50px;
}

.with-bg-section * {
    color: #fff;
}

#soluciones .with-bg-section a {

    color: #5AC3BE;

}

.bg-green {
    background-color: #5AC3BE;
}

.bg-green * {
    color: #fff;
}

.with-bg-section h2 {
    padding-top: 40px;
}

.rounded-fff {
    border: 1px solid #fff;

    border-radius: 50%;

    color: #fff;
}


.with-bg-section label {
    font-size: 14px;
}

.with-bg-section .form-check {
    padding: 0px;
}

.with-bg-section .form-check-input {

    position: relative;

    margin: 0px 0px 0px 16px;

    height: 19px;

    width: 19px;

    border: 1px solid #979797;

    background-color: #FFFFFF;

    top: 5px;

}

.with-bg-section button {
    color: #5AC3BE;
}

.with-bg-section .form-control {

    min-height: 16px;
    min-width: 79px;
    color: #868E96;
    font-family: Raleway;
    font-size: 14px;
    letter-spacing: 2.63px;
    line-height: 16px;
    border-radius: 0;




}

.animated-up:hover {
    -webkit-animation-name: imageup;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: imageup;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-transition: width 2s;
    /* Safari */
    transition: width 2s;
}

/*.parallax {
min-height: 600px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}*/

.paral {
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.paralsec1 {
    background-image: url("../images/bg-1.jpg");
}

.paralsec-quienes-somos {
    background-image: url("../images/quienes-somos.jpg");
    min-height: 300px;
}

.paralsec-formacion {
    background-image: url("../images/formacion-virtual-2.jpg");
    min-height: 300px;
}

.paralsec-contacto {
    background-image: url("../images/bg-contacto.jpg");
    min-height: 300px;
}


.paralsec-soluciones {
    background-image: url("../images/soluciones.jpg");
    min-height: 300px;
}

.paralsec-soluciones2 {
    background-image: url("../images/soluciones-5.jpg");
    min-height: 300px;
}

span.active {
    color: #5AC3BE;
}

#quines-somos p>a {
    font-size: 20px !important;
}

#quienessomos .counter-section h6 {
    color: #5AC3BE;
    font-family: Raleway;
    font-size: 88px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 104px;
    text-align: center;
}

.div-1-5 {
    width: 100%;
}

.div-1-5 p {
    padding: 0px 35px;
}

.div-1-5 img {
    margin-bottom: 10px;
    height: 53px
}

.q-h5 {
    margin-bottom: 30px;
}

.big-p p {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.45px;
    line-height: 29px;
}

.por-que-simuladores {
    color: #404040;
    font-family: Raleway;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 37px;
}

.por-que-simuladores::after {

    content: "";
    width: 50px;
    height: 2px;
    background: #5AC3BE;
    box-sizing: border-box;
    display: block;
    margin-left: 5px;
    margin-top: 9px;


}

.custom-doted-list {
    list-style: none;
    padding-left: 20px;
}

.custom-doted-list li::before {

    content: "";
    width: 8px;
    height: 8px;
    background: #5AC3BE;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -21px;
    position: relative;
    border-radius: 50%;
    margin-right: 15px;

}

.custom-doted-list li p {
    display: inline-block;

}

.modal-body {
    padding: 20px;
}

.modal-content {
    border-radius: 0px;
}

.tabs-multicolor {
    font-family: Raleway;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 33px;
}

.tabs-multicolor h3::after {
    content: "";
    width: 115px;
    height: 3px;

    box-sizing: border-box;
    display: block;
}

.tabs-multicolor a {
    color: #404040;
    font-size: 16px;
}

.tabs-multicolor p {
    margin-top: 15px;
    font-size: 20px;
}

.tabs-multicolor .green h3::after {
    background: #B5DF88;

}

.tabs-multicolor .green h3 {
    color: #B5DF88;
}

.tabs-multicolor .orange h3::after {
    background: #FFDC70;

}

.tabs-multicolor .orange h3 {
    color: #FFDC70;
}

.tabs-multicolor .orange-dark h3::after {
    background: #DBC170;

}

.tabs-multicolor .orange-dark h3 {
    color: #DBC170;
}

.tabs-multicolor .blue h3::after {
    background: #77CAF8;

}

.tabs-multicolor .blue h3 {
    color: #77CAF8;
}

.secction-divider hr {
    border-top: 2px solid #DDDDDD;
}
.card {
    cursor: pointer;
}
.card-columns .card,
.card-columns .card img {
    border-radius: 0px;
}

.card-columns .card h5 {
    font-weight: bold;
    font-size: 18px;
}

.card-columns .card p {
    font-size: 15px;
}

.card-columns .card .card-body {
    min-height: 95px;
}

#quienessomos .with-bg-section .btn {
    color: #5AC3BE;
}

#quienessomos .paralsec3 {
    background-image: url("../images/bg-3.jpg");
    min-height: 380px;
}

.p-extra-40 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#simuladores .big-link {
    font-size: 24px;
    letter-spacing: -0.45px;
    line-height: 29px;
    display: block;
    margin-bottom: 15px;
}

#simuladores .media-text-section ul {
    padding-left: 22px;
}

#simuladores .media-text-section .btn {
    margin-left: 0px;
}

#simuladores .secction-divider {
    margin-top: -16px;
    margin-bottom: -16px;
}

#simuladores .media-collapse .upper .media-body a {
    color: #404040;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.38px;
    line-height: 24px;
    text-transform: uppercase;
}

#simuladores .media-collapse .media-body a.active {
    color: #5AC3BE;
}

#simuladores-detalle h1 {
    color: #404040;
    font-family: Raleway;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 47px;
}

.collapse-block .media img {
    min-width: 56px;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item .nav-link {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;


}

.nav-tabs .nav-item a {
    color: #404040;
    font-size: 16px;
}

.nav-tabs .nav-item a.active {
    color: #5AC3BE;
    background: transparent;

    border: none;
}

.contact-section *.form-control {
    border-radius: 0px;
    border-color: #c8c8c8;

}

.contact-section textarea.form-control {

    min-height: 146px;

}

.contact-section .form-ins {
    color: #5AC3BE;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.38px;
    line-height: 24px;
}

.contact-section address {
    padding: 0px 20px;
}

.contact-section address i {
    display: block;

    height: 0px;

    position: relative;

    left: -20px;

    top: 5px;

    color: #5AC3BE;
}




.zoom-efect:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: 0.8s;
}

#simuladores-detalle video.img-fluid {
    height: 251px;

    width: 445px;

    background: #000;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes imageup {
    from {
        background-color: red;
    }

    to {
        background-color: yellow;
    }
}

/* Standard syntax */
@keyframes imageup {
    from {
        margin-top: initial
    }

    to {
        margin-top: -20px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .p-section .btn {
        margin: auto;

        display: block;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .counter-section .p-fixed-with {
        max-width: 200px;
        margin: auto;
    }

    .div-1-5 {
        width: 20%;
    }

    #quienessomos .m-top-less-50 {
        margin-top: -50px;
    }

    .text-section.media-row-section h2::after {
        display: block;
    }

    .media-row-section {
        text-align: left;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}