/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon,
.navbar-scrolled .navbar-brand {
  color: #fff;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
  background-color: #00265A;
}

.mask-custom {
  backdrop-filter: blur(5px);
  background-color: #00265A;
}

.navbar-brand {
  font-size: 1.75rem;
  letter-spacing: 3px;
}

.text-primary{
    color: #4CD7D5 !important;
}

.text-secondary{
    color: #00265A !important;
}

.text-body{
    color: #36728E !important;
}

.card{
    border: 0px !important;
}
.card-espe{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 270px;
    border-radius: 20px;
}

.card{
    background-size: cover;
    background-repeat: no-repeat;
}

.pd-desc{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 0.8em;
}
.card-espe > .row > .col-12 > h4 {
    margin-top: 200px;
}

.card-nosotros{
    border-radius: 20px;
}

.card-blue{
    background: linear-gradient(252deg, rgba(60, 172, 170, 0.20) 37.94%, rgba(60, 172, 170, 0.00) 85.12%)
}

.link_h{
    font-size: larger;
    font-weight: bolder;
    color: #fff !important;
    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: text-decoration-color 300ms;
}

.link_i{
    font-size: 1.8em;
    font-weight: bolder;
    color: #fff !important;
}

.link_h::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #4CD7D5;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}
.link_h:hover {
    transform: scale(1);
}
.link_h::after {
    opacity:1;
    transform: scale(0);
    transform-origin: center;
}
  
.link_h:hover::after,
.link_h:focus::after{
    transform: scale(1);
}

.btn-rounded-1{
    border-radius: 20px;
    color: #4CD7D5;
    border: 2px solid #4CD7D5;
    padding: 10px 40px 10px 40px;
}

.btn-rounded-1:hover{
    background-color: #4CD7D5;
    color: #fff;
}

.header_p > img{
    margin-top: 100px;
    width: 100%;
    height: 600px;
}

.btn-header{
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho;
    background-image: linear-gradient(45deg, #4CD7D5, #505AA7, #4CD7D5, #505AA7);
    background-size: 400% 200%;
    transition: all .8s;
    border-radius: 44px;
    margin-top: -30%;
    margin-left: 40%;
    padding: 10px 40px 10px 40px;
    font-weight: bolder;
}

.btn-header2{
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho;
    background-image: linear-gradient(45deg, #4CD7D5, #505AA7, #4CD7D5, #505AA7);
    background-size: 400% 200%;
    transition: all .8s;
    border-radius: 44px;
    font-weight: bolder;
}

#frame_map{
    height: 300px;
    width: 100%;
}

#frame_video{
    width: 500;
    height: 400;
}

.float{
	position:fixed;
	width:55px;
	height:55px;
	bottom:100px;
	right:40px;
	background-color:#00265A;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}

.float:hover{
    color:#4CD7D5;
}

.my-float{
	margin-top:18px;
    font-size: larger;
}

.float2{
	position:fixed;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#000;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    padding: 10px 30px 10px 25px;
    font-weight: bolder;
    z-index: 9999;
}

.float2:hover{
    color:#fff;
}

.card-owl{
    width: 230px;
}

.owl-item{
    width: 240px !important;
    margin-right: 10px !important;
}

.testimonial{font-size: 0.9rem;line-height: 1.4rem;font-weight: 500}.active-star{color: #FBC02D;margin-bottom: 8px}
.active-star:hover{color: #F9A825;cursor: pointer}.profile{padding-top: 10px}.name{font-weight: 700}
.designation{font-size: 0.84rem;font-weight: 600}
.owl-carousel{margin-bottom: 15px}.owl-carousel 
.owl-stage-outer{padding: 40px 10px;height: 380px}
.owl-carousel .owl-item img{width: 45px !important;height: 45px;border-radius: 50%;object-fit: cover}
.owl-theme .owl-nav [class*='owl-']{border-radius: 50% !important;background: inherit !important;border: 3px solid #bbb;color: #bbb !important}.owl-theme .owl-nav [class*='owl-']:hover{border: 3px solid #1010ca;color: #1010ca !important}@media(max-width: 575.5px){.container{margin: 0px;padding: 20px}}
@keyframes brilho {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .header_p > img{
        margin-top: 100px;
        width: 100%;
        height: 400px;
    }

    .btn-header{
        margin-top: -50%;
        margin-left: 30%;
    }

    .pd-desc{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        font-size: 0.8em;
        width: 215px !important;
    }

    .card-owl{
        width: 232px !important;
    }

    .img-video{
        width: 100%;
    }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){
    .header_p > img{
        margin-top: 100px;
        width: 100%;
        height: 400px;
    }

    .btn-header{
        margin-top: -50%;
        margin-left: 25%;
    }

    .pd-desc{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        font-size: 0.8em;
        width: 215px !important;
    }

    .card-owl{
        width: 232px !important;
    }

    .img-video{
        width: 100%;
    }
}

/* Teléfonos */
@media only screen and (max-width: 575px){
    .header_p > img{
        margin-top: 140px;
        width: 100%;
        height: 200px;
    }

    .btn-header{
        margin-top: -30%;
        margin-left: 20%;
    }
    .card-espe{
        min-height: 100px;
        height: 180px;
    }
    .card-espe > .row > .col-12 > h4 {
        font-size: smaller;
        margin-top: 110px;
        
    }
    
    #frame_video{
        width: 100%;
        height: 400;
    }

    .pd-desc{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        font-size: 0.8em;
        width: 215px !important;
    }

    .card-owl{
        width: 232px !important;
    }

    .img-video{
        width: 100%;
    }
}

