:root{
	--blanco: white;
	--negro: black;
    --azul:  #071F40;
    --amarillo: #fcba30;
    --color-2: #f2f2f2;
}

*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'Montserrat', sans-serif;
}

/* ============= BARRA DE NAVEGACIÓN =========== */

.barramenu{
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--blanco);
}

.logo{
    margin-left: 10%;
}

.navbar ul li .menu {
    text-decoration: none;
    display: inline-block;
    transition: all .5s;
    position: relative;
    border-right: 1px solid var(--azul);
}

.navbar li ul{
    display: none;
    position: absolute;
}

.navbar li:hover > ul{
    display: block;
}

.navbar li ul li{
    position: relative !important;
}

.dropdown-toggle::after{
    content: none;
}

ul li .menu::before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 50%;
    height: 3px;
    background: var(--blanco);
    transform: scaleX(0);
    transform-origin: left;
}

ul li .menu:hover::before {
    transform: scaleX(1);
}

ul li .menu:hover {
    color: var(--blanco);
    text-shadow: 0.1em 0.1em 0.2em var(--negro);
}

/* ============= CARRUSEL =========== */

.carrusel{
    background-color: rgba(7, 31, 64, 0.41);
}

.carousel-indicators img{
    width: 90px;
    display: block;
}

.carousel-indicators button{
    width: max-content !important;
}

.carousel-indicators{
    position: unset;
}

.carousel-indicators button.active img{
    border: 4px solid var(--amarillo);
}
/* ============= CONTENIDO CENTRAL =========== */
.def{
    margin-top: 5em;
}

.inv{
    margin-top: 1rem;
    text-align: center;
    background-color: var(--azul);
    color: var(--blanco);
}

.etapas ol li{
    padding: 10px;
}

.par{
    background-color: var(--azul);
    color: var(--blanco);
}
/* ========== FOOTER ===========*/
.fin{
    text-align: center;
    background-color: var(--amarillo);
    }

.fin a {
    text-decoration: none;
    }

.foot {
    display: flex;
    padding: 2rem;
}
    
.colfoot {
    padding: 0 1rem;
}

.foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.foot ul li {
    margin-bottom: 1rem;
}
  
.foot ul li a {
    color: var(--negro);
    font-size: 1rem;
    transition: 0.3s all ease;
}
    
.foot ul li a:hover {
    color: var(--negro);
    margin-left: 0.5rem;
    background-color: var(--blanco);
    padding: 5px;
}

.parrafoot{
    text-align: left !important;
}

.logo1{
    max-height: 6rem;
 }

.priv {
    text-align: center;
    color: #fff;
    background-color: var(--azul);
    padding: 0.7rem 0;
}

.priv_link{
    color: var(--blanco);
}

.mail:hover{
    background-color: var(--blanco);
    margin-left: 0.5rem;
    padding: 5px;
    font-weight: bold;
}
  
/* ============= ACERCA DE =========== */
.izq{
    text-align: center;
}

.obj_gral{
    background-color: var(--azul);
    color: var(--blanco);
    text-align: center;
}

.et_pb_text ol{
    text-align:justify;
}

.et_pb_text ol {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    list-style: none !important;
}

.et_pb_text ol li {
    position: relative;
    margin-top: 0em;
    margin-bottom: 20px;
}
    
.et_pb_text ol li .number_divider {
    position: absolute;
    font-weight: 800;
    font-size: 2em;
    left: -60px;
    top: -5px;
}
    
.et_pb_text ol li:before {
    content: "";
    background: var(--azul);
    position: absolute;
    width: 2px;
    top: 1px;
    bottom: -21px;
    left: -24px;
}
    
.et_pb_text ol li:after {
    content: "";
    background: var(--azul);
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 1px;
    left: -31px;
}


.border {
    list-style: none;
    padding: 0;
    }

.border li {
    margin-bottom: 10px;
    border-radius: 0px;
    border-right: 10px solid var(--amarillo); 
    box-shadow: -2px -2px 5px 0 rgba(0,0,0,.1),
         -2px -2px 5px 0 rgba(0,0,0,.1),
        2px 2px 5px 0 rgba(0,0,0,.1),
        -2px 2px 5px 0 rgba(0,0,0,.1);
    transition: 0.3s all linear;
}

.border li:nth-child(2){border-color: var(--amarillo);}
.border li:nth-child(3){border-color: var(--amarillo);}
.border li:hover {border-right: 10px solid transparent;}
.border li:nth-child(1):hover {border-left: 10px solid var(--azul);}
.border li:nth-child(2):hover {border-left: 10px solid var(--azul);}
.border li:nth-child(3):hover {border-left: 10px solid var(--azul);}

    
.resp{
    margin-top: 2rem;
} 
/* ========== TUTORÍAS ===========*/
table{
    border-collapse:collapse;
    margin: 25px auto;
}

th{
    background-color: var(--azul);
    color:var(--blanco);
    padding:15px;
    text-align:center;
}

td {
    padding: 12px;
    text-align:center;
    border-bottom: 1px solid var(--azul);
}

tbody > tr:hover{
    background-color: var(--amarillo);
    color: var(--white);
}

.coord_tut{
    background-color: var(--amarillo) !important;
}

.img-tut-grup{
    margin-top: 48px;
}

.img-tut-ind{
    margin-top: 48px;
}

.tut-ind{
    margin-top: 2rem;
    background-color: var(--azul);
    color: var(--blanco);
}

.coord{
    margin-top: 3rem;
    text-align: center;
}

.horarios{
    background-color: var(--azul) !important;
    color: var(--blanco) !important;
}

.link-form{
    text-decoration: none;
    color: var(--negro);
}

.formatos{
    text-decoration: none;
    color: var(--negro);
}

.formatos:hover{
    background-color: var(--amarillo);
    color: var(--blanco);
}

/* ========== HERRAMIENTAS ===========*/
.herramientas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .card-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
  
  .cards {
    background-color: var(--color-2);
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem;
    text-align: center;
    align-items: center;
    border-radius: 0.5em;
    box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.34);
  }
  
  .model-picture {
    width: 80%;
    border-radius: 0.25em;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  
  .cards:hover > .model-picture {
    transform: translateY(-10%);
    box-shadow: 0rem 1.2rem 1rem 0rem rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0rem 1.2rem 1rem 0rem rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0rem 1.2rem 1rem 0rem rgba(0, 0, 0, 0.34);
  }
  
  .type {
    background-color: var(--azul);
    font-size: 1rem;
    padding: 0.5em 2em;
    border-radius: 2em;
    transform: translateY(-50%);
    color: var(--color-2);
    box-shadow: 0rem 0.6rem 0.5rem 0rem rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0rem 0.6rem 0.5rem 0rem rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0rem 0.6rem 0.5rem 0rem rgba(0, 0, 0, 0.34);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  
  .cards:hover > .type {
    background-color: var(--amarillo);
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.34);
    transform: translateY(-40%);
  }
  
  .card-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: var(--bottom-margin);
  }
  
  .description {
    padding-bottom: 1rem;
    margin-bottom: calc(var(--bottom-margin) * 2);
    border: solid;
    border-width: 0 0 0.15rem 0;
    font-weight: 500;
    font-size: 0.9rem;
  }
  
  .acceso {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: -30px;
  }
  
  .ir {
    font-size: 2rem;
    border-width: 0.2rem;
    cursor: pointer;
    background: var(--color-2);
    transition: border .2s ease, background-color .2s ease, color .2s ease;
  }

  .ir:hover{
      background-color: var(--amarillo);
      border-color: var(--amarillo);
      color: var(--color-2);
  }

/* ============= PREGUNTAS FRECUENTES =========== */
.sugerencias{
    margin-top: 5rem;
    background-color: var(--azul);
    color: var(--blanco);
}

.respuesta{
    font-size: 20px;
    margin-left: 20px;
}

.atte{
    margin-top: 3rem;
    text-align: center;
}

/* ============= CREDITOS =========== */
.par-cred{
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-top: .6rem;
}

/* ========== MEDIA QUERIES PANTALLA LG ===========*/
@media (max-width:992px){
    .nav-link{
        font-size: 17px !important;
    }

    .navbar-nav{
        text-align: center;
    }

    .logo{
        width: 35% !important;
    }

    .navbar ul li .menu {
        border-right: none;
    }

    .navbar-toggler{
        margin-right: 5%;
    }
}

/* ========== MEDIA QUERIES PANTALLA MD ===========*/
@media (max-width:768px){

    .logo{
        max-width: 60% !important;
    }

    .logo_enp{
        max-width: 45%;
    }

    .aviso{
        font-size: 26px;
    }

    .def{
        margin-left: 20px;
    }

    .def-0{
        font-size: 20px !important;
    }

    .collapse{
        margin-top: 5%;
    }

    .habilidades td{
        font-size: 15px;
    }

    .img-tut-grup{
        margin-top: 5px;
    }

    .tut-ind{
        margin-top: 5px;
    }

    .img-tut-ind{
        margin-top: 5px;
    }

    .docs{
        font-size: 15px !important;
    }

    .accordion-body{
        font-size: 15px !important;
    }

}

/* ========== MEDIA QUERIES PANTALLA SM ===========*/
@media (max-width:576px){
    .inv{
        margin-top: 0.2rem;
    }

    .logo{
        max-width: 50% !important;
    }

    .logo_enp{
        max-width: 35%;
    }

    .aviso{
        font-size: 25px;
    }

    .cita{
        font-size: 13px !important;
    }

    .def{
        margin-top: 18px;
    }
    .def_step{
        margin-top: 20px !important;
    }

    .def_tut{
        font-size: 17px !important;
    }

    .respuesta{
        font-size: 15px;
        margin-left: 20px;
    }

    .step{
        font-size: 15px !important;
    }
    .tit_hab{
        background-color: var(--azul);
        color: var(--blanco);
        padding: 1rem;
        font-weight: lighter !important;
        font-size: 19px !important;
    }

    .habilidades{
        margin-top: -17px !important;
    }

    .herramientas{
        margin-top: -25px !important;
    }

    .mat{
        margin-top: -15px !important;
    }
    .parrafoot{
        font-size: 13px !important;
    }

    .atte{
        margin-top: 1.5rem;
    }

    .mail1{
        margin-left: -30px !important;
    }

    .cred_1{
        font-size: 15px !important;
    }

    .activ{
        height: 200px;
    }

    .protocolo ol{
        font-size: 16px !important;
    }

    .carousel-inner{
        padding-top: 0px !important;
    }
}