/* @import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400,500,700&display=swap'); */

:root{
    --background: #e5e8e8;
    --background-nav-foot: #1b262c;
    --btn-proyecto-backgroud: #00adb5;
    --btn-proyecto-hover: #01959C;
    --btn-contacto-background: #ff5722;
    --btn-contacto-hover: #F94006; 
    --text-white: #eeeeee;
    --text-white-hover: #626567; 
    --text-black: #303841;
    --color-bullet: #455d7a;
    --color-border: #ff5722;
    --color-name: #00adb5;
    --background-proyecto: #455d7a;
    --input-border: #0f4c75;
    --input-border-select: #1776b5;
    --linkedin: #0274B3;
    --facebook: #3A5795;
}

html{
    scroll-behavior: smooth;
}


body{
    background: var(--background);
    font-family: 'Catamaran', sans-serif;
    max-width: 1500px !important;
}

.contenedor{
    max-width: 1200px;
    width: 100%;
}

/* TOAST */
.toast{
    background-color: transparent;
}

.toast-good{
    background-color: #1E8449;
}

.toast-bad{
    background-color: #B03A2E;
}

/* ENCABEZADO */
.encabezado{
    background: url("../img/fondo-header.png"), #214e6d;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* MENU */

.navbar{
    background: var(--background-nav-foot);
    height: 70px;
    z-index: 3;
}

.padding-rigth{
    padding-right: 15px;
}

.padding-left{
    padding-left: 15px;
}

.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav{
    background: var(--background-nav-foot);
}

.nav-link{
    background: var(--background-nav-foot);
    color: var(--text-white);
    font-size: 20px;
}

.nav-link:hover{
    color: var(--text-white-hover);
}

/* TARJETA DE ENBAZADO */

.tarjeta{
    width: 100%;
    display: flex;
    justify-content: center;
}

.tarjeta .tarjeta-contenido{    
    border: var(--color-border) 3px solid;
    margin-top: 150px;
    width: 50%;
    padding: 30px 40px;
}

.tarjeta .tarjeta-foto{
    width: 50%;
    position: relative;
}

.tarjeta .image-tarjeta{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin-top: 100px;
}

.tarjeta .tarjeta-contenido .text{
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    color: var(--color-name);
}

.tarjeta .tarjeta-contenido .name{
    color: var(--text-white);
}

/* CONTENIDO */

.web-contenido{
    width: 100%;
    margin: 40px auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}

.contenido-page article{
    padding-top: 80px;
}

/* ACERCA */

.acerca{
    display: flex;
    justify-content: center;
}

.acerca section article{
    margin: 20px 0;
}

.acerca aside{
    width: 30%;
    height: 300px;
    position: sticky;
    top: 90px;
}

.acerca section{
    width: 70%;
}

.content-acerca{
    width: 100%;
}

.content-acerca .texto{
    color: var(--text-black);
    font-size: 20px;
    text-align: justify;
    line-height: 1.7;
}

.content-acerca .titulo,
.content-edu .titulo,
.content-lab .titulo{
    color: var(--text-black);
    text-align: center;
    font-weight: 700;
}

.content-edu ul{
    margin: 30px 0;
    padding-left: 30px;
    font-size: 20px;
}

/* ASIDE */
.nav-acerca{
    font-size: 20px;
    text-decoration: none;
}

.nav-acerca ul li{
    list-style: none;
}

.nav-acerca ul li a{
    color: var(--text-black);
    text-decoration: none;
}


/* ITEM EDUCACION */

.item-edu{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.item-edu .tarjeta-edu{
    margin-left: 30px;
}

.item-edu .icon-edu{
    font-size: 30px;
    font-weight: 700;
    color: #f95959;
}

.item-edu .tarjeta-edu .escuela-edu{
    text-decoration: none;
    color: var(--text-black);
    font-weight: 500;
}

.item-edu .tarjeta-edu .titulo-edu{
    margin: 10px 0;
}

/* COLAPSABLE TRABAJO */

.accordion-button{
    font-size: 20px;
    font-weight: 500;
    background-color: #455d7a;
    border-bottom: #455d7a;
    color: var(--text-white);
} 

.accordion-button:not(.collapsed) {
    color: #455d7a;
    background-color: var(--background);
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.125);
  }

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e5e8e8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23455d7a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }

.accordion-item {
    border: 1px solid rgba(149, 199, 233);
}

.accordion-body{
    background-color: var(--background);
}

.tarjeta-lab{
    font-size: 20px;
}

.tarjeta-lab ul li{
    display: flex;
    align-items: center;
}

.tarjeta-lab ul li span{
    color: #01959C;
}

.tarjeta-lab ul li .text{
    margin-left: 20px;
}

/* PROYECTO */

.proyecto{
    background-color: var(--background-proyecto);
}

.proyecto section{
    padding: 75px 0;
}

.proyecto section h3{
    width: 100%;
    color: var(--text-white);
    margin: 10px 0 40px 0;
    text-align: center;
}

.proyecto section .items-proyecto{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-content .card-body{
    width: 100%;
    color: var(--text-white);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-content .card-body img{
    width: 50%;
}

.tab-content .card-body .card-title{
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
}

.tab-content .card-body .card-text{
    font-size: 24px;
    margin: 20px 0;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link.active {
  color: var(--text-white);
  background-color: var(--background-proyecto);
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link:hover {
    color: var(--text-white);
    background-color: var(--background-proyecto);
    border-color: #dee2e6 #dee2e6 #fff;
  }

/* CONTACTO */


.contacto h3{
    margin: 30px 0;
    text-align: center;
}

.contacto form{
    display: flex;
    flex-wrap: wrap;
}

.contacto input[type=text],
.contacto input[type=email]{
    width: 49%;
}

.contacto textarea{
    width: 99%;
    resize: none;
}

.contacto input[type=text],
.contacto input[type=email],
.contacto textarea{
    border-bottom: none;
    border: 2px solid var(--input-border);
    border-radius: 10px;
    margin: 10px 5px;
    padding: 10px;
}

.contacto input[type=text]:focus,
.contacto input[type=email]:focus,
.contacto textarea:focus{
    border-bottom: none;
    border: 2px solid var(--input-border-select);
    border-radius: 10px;
}

.contacto input[type=text]::placeholder,
.contacto input[type=email]::placeholder,
.contacto textarea::placeholder{
    color: var(--text-black);
    font-size: 20px;
}

.contacto input[type="submit"]{
    background-color: var(--btn-contacto-background);
    color: var(--text-white);
    border: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    width: 200px;
    height: 60px;
    margin: 0 auto;
}

.contacto input[type="submit"]:hover{
    background-color: var(--btn-contacto-hover);
    cursor: pointer;
}

/* FOOTER */

footer{
    background-color: var(--background-nav-foot);
    height: 150px;
}

.footer{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .redes-sociales{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.footer .texto{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: var(--text-white);
}

.footer .derechos{
    width: 100%;
}

.footer .texto-derecho{
    font-weight: 700;
}

.footer a{
    width: 100px;
    height: 50px;
    margin: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
}

.footer .facebook{
    background-color: var(--linkedin);
}

.footer .linkedin{
    background-color: var(--facebook);

}

/* RESPONSIVE */

@media (max-width: 991px){

    /* MENU */
    .navbar-nav{
        padding-left: 15px;
    }

     /* ACERCA DE */
     .acerca{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        z-index: 1;
    }

    .acerca aside{
        width: 100%;
        height: 150px;
        background-color:  var(--background);
        top: 70px;
    }
    
    .acerca section{
        width: 100%;
    }

    .nav-acerca{
        font-size: 20px;
        text-decoration: none;
    }

    .index-laboral{
        position: relative;
        z-index: -1;
    }
}

@media (max-width: 769px){
    
     /* TARJETA DE ENBAZADO */
     .tarjeta .tarjeta-contenido{    
        width: 80%;
    }

    /* PROYECTO */
    .proyecto section .items-proyecto .card{
        width: 47%;
    }

    /* ACERCA DE */
    .nav-acerca{
        font-size: 15px;
        text-decoration: none;
    }

    .contacto input[type=text],
    .contacto input[type=email]{
        width: 99%;
    }
}

@media (max-width: 583px){

    /* MENU */
    .nav-wrapper .menu li a{
        padding: 0 15px;
        font-size: 20px;
    }

    /* PROYECTO */
    .proyecto section .items-proyecto .card{
        width: 99%;
    }
    
}

@media (max-width: 425px){

    /* MENU */
    .nav-wrapper .menu li a{
        padding: 0 10px;
        font-size: 20px;
    }

    /* CONTENIDO */

    .contenido-page article {
        padding-top: 250px;
        /* padding-top: 30px; */
    }

    /* COILAPSABLE */

    .collapsible li.active{
        margin: 0;
    }

    /* FOOTER */

    .proyecto section .items-proyecto .card{
        width: 99%;
    }

    #texto-derecho{
        font-size: 15px;
    }
}