/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

  .carousel-caption h1 {
        font-size: 40px;
    }
.display-3  {
        font-size: 40px !important;
    }
body ,h1,h2,h3,h4,h5,h6,p,a,div  {    font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;;
  font-weight: normal !important;
  font-style: normal !important;
}

.xpand h1 {    font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 40px  !important;
}

.text-body{font-size: 18px;}


:root {
    --primary: #e96733;
    --secondary: #1e4f49;
    --light: #f4f2ee;
    --dark: #4e4d4d;
}
 

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
}

h3,
h4,
.font-weight-semi-bold {
}

h5,
h6,
.font-weight-medium {
}

.btn {
    text-transform: uppercase;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 40px 0;
    color: var(--light);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .8);
    z-index: 1;
}

@media (max-width: 576px) {

    .content-modal1{
    width: 100%;
    max-width: 100%  !important;
    padding: 20px;
    background-color: #fff !important;
    border-radius: 4px;
}


    .content-modal2{
    width: 100%;
    max-width: 100%  !important;
    padding: 20px;
    background-color: #fff !important;
    border-radius: 4px;
}


    .content-modal3{
    width: 100%;
    max-width: 100%  !important;
    padding: 20px;
    background-color: #fff !important;
    border-radius: 4px;
}

 .content-modal1 .hide ,.content-modal2 .hide ,.content-modal3 .hide ,.content-modal4 .hide {
 display:block;
}

.xpand h1 {
    font-size: 20px !important;
}
.xpand h4 {
    font-size: 15px !important;
}

    .content-modal4{
    width: 100%;
    max-width: 100%  !important;
    padding: 20px;
    background-color: #fff !important;
    border-radius: 4px;
}

    .carousel-caption h4 {
        font-size: 18px;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }
    
    .display-3 {
        font-size: 20px !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--secondary);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}

/*:::Ventana Modal:::*/
#btn-model1{
    display: none;
}
.container-modal1{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(144, 148, 150, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#btn-model1:checked ~ .container-modal1{
    display: flex;
}
.content-modal1{
    width: 100%;
    max-width: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.content-modal1 h2{
    margin-bottom: 15px;
}
.content-modal1 p{
    padding: 15px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.content-modal1 .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.content-modal1 .btn-cerrar label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal1 .btn-cerrar label:hover{
    background-color:#185E83;
}
.cerrar-modal{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}
@media screen and (max-width:800px) {
    .content-modal1{
        width: 90%;
    }
}

#btn-model2{
    display: none;
}
.container-modal2{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(144, 148, 150, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#btn-model2:checked ~ .container-modal2{
    display: flex;
}
.content-modal2{
    width: 100%;
    max-width: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.content-modal2 h2{
    margin-bottom: 15px;
}
.content-modal2 p{
    padding: 15px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.content-modal2 .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.content-modal2 .btn-cerrar label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal2 .btn-cerrar label:hover{
    background-color:#185E83;
}
.cerrar-modal{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}
@media screen and (max-width:800px) {
    .content-modal2{
        width: 90%;
    }
}

#btn-model3{
    display: none;
}
.container-modal3{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(144, 148, 150, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#btn-model3:checked ~ .container-modal3{
    display: flex;
}
.content-modal3{
    width: 100%;
    max-width: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.content-modal3 h2{
    margin-bottom: 15px;
}
.content-modal3 p{
    padding: 15px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.content-modal3 .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.content-modal3 .btn-cerrar label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal3 .btn-cerrar label:hover{
    background-color:#185E83;
}
.cerrar-modal{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}
@media screen and (max-width:800px) {
    .content-modal3{
        width: 90%;
    }
}
#btn-model4{
    display: none;
}
.container-modal4{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(144, 148, 150, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#btn-model4:checked ~ .container-modal4{
    display: flex;
}
.content-modal4{
    width: 100%;
    max-width: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.content-modal4 h2{
    margin-bottom: 15px;
}
.content-modal4 p{
    padding: 15px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.content-modal4 .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.content-modal4 .btn-cerrar label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal4 .btn-cerrar label:hover{
    background-color:#185E83;
}
.cerrar-modal{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}
@media screen and (max-width:800px) {
    .content-modal4{
        width: 90%;
    }
}
/*:::Fin Ventana Modal:::*/

@media screen and (max-width:1200px) {
    .hide{
        display: block;
    }
 
    
    .content-modal1{
    width: 100%;
    max-width: 80%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}


   .content-modal2{
    width: 100%;
    max-width: 80%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

 .content-modal3{
    width: 100%;
    max-width: 80%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.content-modal4{
    width: 100%;
    max-width: 80%;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}


}

/** contact section **/

.contact {
    background: #fefeff;

}

.contact .titlepage::before {
    right: inherit;
    border: #2e2f34 solid 5px;
    left: 15px;
}

.main_form .contactus {
    border: #d2d2d3 solid 1px;
    padding: 0 15px;
    margin-bottom: 25px;
    width: 100%;
    height: 71px;
    background: #fff;
    color: #888888;
    font-size: 16px;
    font-weight: normal;
}

.main_form .textarea {
    border: #d2d2d3 solid 1px;
    margin-bottom: 25px;
    width: 100%;
    background: #fff;
    color: #888888;
    font-size: 18px;
    padding: 57px 15px 0 15px;
    border-radius: 0;
    height: 150px;
}

.main_form .send_btn {
    font-size: 17px;
    transition: ease-in all 0.5s;
    background-color: #323232;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0px;
    max-width: 252px;
    width: 100%;
    display: block;
    margin-top: 10px !important;
}

.main_form .send_btn:hover {
    background-color: #464646c7;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #888888;
    opacity: 1;
}


/** end contact section **/

.whatsapp {
    position:fixed;
    width:77px;
    height:77px;
    bottom:83px;
    right:26px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }


  .whatsapp a i:hover{
    color: white;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }