/* ===================================
    Crafto - Elearning
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #d5d52b; 
    --dark-gray: #000e28;
    --medium-gray: #828c8a;
    --yellow: #d5d52c;
    --extra-medium-gray: #e4e4e4;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
/* reset */
body {
    font-size: 17px;
    line-height: 30px;
    overflow-x: hidden;
}
a:hover { 
    color: var(--dark-gray); 
}

.h1tit{margin-top: 45px;}



.top-marg{ margin-top: 125px;}

.reds{ 
    width: 26px !important;
    height: 26px;
    padding: 5px;
  
    margin-top: 6px;
    color: #fff;}


.whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            border-radius: 50px;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;

            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            animation: blink 1s infinite;
            transition: width 0.3s;
            overflow: hidden;
	z-index: 99;
        }

        .whatsapp-button:hover {
            width: 280px;
        }

        .whatsapp-icon {
            width: 30px;
            height: 30px;
            transition: transform 0.3s;
        }

        .whatsapp-button:hover .whatsapp-icon {
            transform: translateX(-40px);
        }

        .whatsapp-text {
            color: white;
            font-size: 16px;
            white-space: nowrap;
            padding-left: 10px;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .whatsapp-button:hover .whatsapp-text {
            opacity: 1;
        }

        @keyframes blink {
            0%, 100% {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            }
            50% {
                box-shadow: 0 0 20px rgba(37, 211, 102, 1);
            }
        }



	  
.respuesta_mensaje{    background: #d5d52b;
    color: #000;
    padding: 9px 14px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 9px;
    margin-top: -27px;}

.socios{    width: 100%;
    float: left;
    text-align: center;
    color: #b7b7b7;
    margin-top: -49px;
  }

.tebrinda{color: #fff;
    font-size: 23px;}

	.formulario-top{margin-top: -259px;}
.btn.btn-dark-gray:active, .btn.btn-dark-gray:hover {
    background-color: transparent !important;
    border-color: #5da6d9 !important;
    color: #74beeb !important;
}




.pasarela{    width: 48% !important;
    float: left;
    margin-right: 2%;
    margin-top: 17px;
}

.boton-link-1{    background: #004a82;
    color: #fff;
    padding: 9px 24px;
    border: 0;}



.deposito{    float: left;
    text-align: left;
    position: relative !important;
    width: 50px;
    padding: 0;
    margin: 14px 0 0;
    font-size: 30px;}

.pbancos{font-size: 15px;}
.accordion-body h6{margin: 20px 0 7px;
    font-size: 22px;
    color: #1699fd;
    font-weight: 500;}

.prese-text{margin-top: 33px;
    text-align: justify;}

.prese-text-2{    color: #202020;
    padding: 14px 33px;
    border-radius: 13px;
    line-height: 21px;
    background: #fdfdfd;
    border: 1px dashed #bfbfbf;}

.prese-text-2 img{width: 83px;
    float: left;
    margin-right: 26px;}



.form-pad{border: 1px solid #f1f1f1;
	padding: 32px 52px;}
.form-p1{    margin: 0;
    font-size:20px;
    color: #000;
    font-weight: 600;}



.form-p2{    margin: 5px 0 33px !important;;
    padding: 0;
    font-size: 15px;
    line-height: 1;
	font-weight: 300;}

.img-docente{width: 100px;
    margin-top: -23px;}


.bandera-docente{width: 37px;}


.swiper-slide img {}

.docorp{font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #767676;}

.top-25 {
    top: 25%;
}
.mt-minus-12 {
    margin-top: -12%;
}
.mt-minus-1 {
    margin-top: -1%;
}
.left-minus-200px {
    left: -200px;
}
.mt-minus-4 {
    margin-top: -4px;
}
.bottom-minus-320px {
    bottom: -320px;
}
.terms-condition .box:before {
    border-color: #e4e4e4;
    background-color: var(--white);
    top: 1px;
}
.terms-condition .box:after {
    top: 5px;
}
/* border color */
.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-color-transparent-dark-very-light {
    border-color: var(--extra-medium-gray) !important;
}
/* bg gradient color */
.bg-gradient-deep-zuccini-green {
    background-image: linear-gradient(to right bottom, #19493e, #164339, #143e34, #113830, #0f332b);
}
.bg-gradient-aztec-green {
    background-image: linear-gradient(to right bottom, #313e3b, #2e3b38, #2c3835, #293532, #27322f);
}
.bg-gradient-tranquil-white { 
    background-image: linear-gradient(to bottom, #ffffff, #f7f9f9, #f3f6f6, #eff3f3, #ecf1f1);
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-tranquil {
    background-color: #f3f8f8;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #36332e), to(transparent));
    background: linear-gradient(to top, #262a29 0%, transparent 100%);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
header .navbar-brand img {
    max-height: 70px;
}
header .navbar-brand {
    padding: 25px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
     width: 234px;
    padding: 10px 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
       padding: 10px 30px 10px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 14px;
    line-height: normal;
        font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    color: var(--dark-gray);
    font-size: 34px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a {
    opacity: 0.7;
}
/* icon */
.icon-extra-medium {
    font-size: 22px;
}
.video-icon-large .video-icon {
    width: 70px;
    height: 70px;
    font-size: 18px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 120px;
    height: 120px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 90px;
    height: 90px;
}
.medium-icon li, .small-icon li {
    margin: 0 3px;
}
/* review  */
.review-star-icon i {
    letter-spacing: 1px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 15px 38px;
    font-size: 17px; 
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size:15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 30px;
    font-size:14px;
}
.btn.btn-base-color { 
    color: var(--dark-gray); 
}
.btn.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:hover {
    background-color:  var(--base-color);
    color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* heading */
h2 {
    line-height: 3.2rem;
}
/* tab */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    width: 25%;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--medium-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    border: 0;
   outline: 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}
/* accordion */
.accordion-style-04 .accordion-item .accordion-body {
    padding: 0 35px 25px;
}
.accordion-style-04 .accordion-item .accordion-collapse {
    margin-top: -1px;
}
/* progress bar */
.progress-bar-style-02 .progress {
    height: 10px;
}
/* page title */
.page-title-extra-small h2 {
   /* font-size: 3.05rem;
    line-height: 2.75rem;*/
	
	
	font-size: 41px;
    line-height: 37px;
}
.page-title-extra-small h1 {
    font-size: 20px;
}
/* pages */
.contact-form-style-03 > div { 
    border-radius: 6px 0 6px 0;
}
/* newsletter style 02 */
.newsletter-style-02 input { 
    padding-right: 100px !important;
    font-size: 14px;
}
/* footer */
footer {
    padding-bottom: 30px;
	    background: #000000;
}
footer .footer-logo img {
    max-height: 74px;
}
.footer-dark,
.footer-dark .newsletter-style-02 input,
.footer-dark p, .footer-dark a {
    color: var(--medium-gray);
}
.footer-dark a:hover {
    color: var(--base-color);
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--medium-gray) !important;
    opacity: 1; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--medium-gray) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
    color: var(--medium-gray)  !important;
}
.footer-dark .elements-social .light li a:hover {
    color: var(--white);
    opacity: .5;
}
.footer-dark .small-icon li {
    margin: 0 7px;
}
.footer-navbar li {
    line-height: normal;
}
footer ul li {
    margin-bottom: 2px;
}
/* media query responsive */
@media (max-width: 1399px) {
    .accordion-style-06 .accordion-item {
        padding-left: 35px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
    .team-style-05 .social-icon a {
        margin: 0 10px;
    }
}
@media (max-width: 991px) {
    .widget-text {
        color: var(--dark-gray);
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    .team-style-05 .social-icon a {
        margin: 0 10px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
        padding: 0 15px 6px 15px;
    }
}
@media (max-width: 767px) {
    .accordion-style-05 .accordion-item {
        padding: 20px 35px 22px 55px;
    }
    .contact-form-style-03 > div {
        border-radius: 6px;
    }
    .tab-style-04 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
    .accordion-style-04 .accordion-item .accordion-body {
        padding: 0 25px 25px;
    }
    .tab-style-04 .nav-tabs .nav-item {
        width: auto;
    }
}
@media (max-width: 575px) {
	.btn.btn-switch-text.btn-medium > span {
           padding: 12px 7px;
        font-size: 10px;
}
	.h1tit{margin-top: 0px;}
	
	.pasarela {
    width: 100% !important;
    float: left;
    margin-right: 0;
    margin-top: 17px;
}
	
	
	.tit-2 {
    width: 100% !important;
    float: left !important;
    padding: 10px !important;
    font-size: 17px !important;
}
	
	.tit-1 {
    width: 100% !important;
    float: left !important;
    padding: 10px !important;
    color: #00c0ef !important;
    font-size: 17px !important;
}
	
	
	
	.formulario-top{margin-top: 0px;}
	
	.prese-text {
 line-height: 22px !important;
    text-align: justify !important;
    font-size: 15px !important;
}
	.form-control, .form-select, input, select, textarea {

    border: 1px solid #90e9ff !important;
   
}
	
	.terms-condition-box .box:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #6d797f;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
	
	
	
	.socios {
    width: 100%;
    float: left;
    text-align: center;
    color: #02284b !important;
    margin-top: -28px !important;
    font-size: 18px !important;
    margin-bottom: 42px !important;
}
	
	
.page-title-extra-small h2 {
  font-size: 31px !important;
        line-height: 31px !important;
}	
	
	
	
	
	.form-pad {
        border: 1px solid #a6fbff !important;
        padding: 32px 10px;
}
	
	.bg-white {
    background-color: rgb(219 248 255) !important;
}
	
	
.img-docente {
    width: 100px;
    margin-top: 0;
}	
	
    .accordion-style-06 .accordion-item {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .accordion-style-05 .accordion-item {
        padding: 17px 20px 17px 45px;
    }
    .accordion-style-05 .accordion-item .accordion-body {
        padding-right: 15px;
    }
    .accordion .accordion-item .accordion-header .accordion-title {
    	line-height: 28px;
	}
}