@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap');


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.CarrouselTextos {
    margin-top:20px;
    text-align:center;
    font-size: 1rem;
    display: none;
}


@media (max-width: 767px) {
    .CarrouselTextos {
        font-size: 16px;
        display: block;
    }
}


body {
    margin-bottom: 60px;
    font-family: poppins;
}

.logoYH1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.imgLogo{
    width:75px;
    height:auto;
}
.h1Logo {
    width: 200px;
    height: auto;

}

.photoPP{
    border-radius:25px;
    opacity:90%;
    
}

a{
    text-decoration:none;
}

.line {
    width: 130px;
    height: 4px;
    background-color: brown;
    margin: 10px auto;
    border-radius: 5px;
}
.ctn {
    padding: 6px 20px;
    background-color: brown;
    border-radius: 25px;
    color: whitesmoke;
    /*font-weight: bold;*/
    margin: 20px 0;
    font-size: 2.0vmin;
    transition: 0.35s;
    box-shadow: 1px 1px 2px gray;
}

    .ctn:visited {
        color: whitesmoke;
    }

    .ctn:hover {
        background-color: darkred;
        color: white;
        transform: scale(1.1);
    }

.potencial {
    max-width: 100%;
    height: auto;
    background-image: url('/images/poten.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border-radius: 0 0 100px 0;
}

.potencial-content {
    width: 90%;
    margin: auto;
    padding: 50px;
    color: brown;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.trayectoriaBloque {
    background-color: whitesmoke;
    border-radius: 0 0 100px 0;
}


.trayectoriaFoto figure {
    text-align: center;
    margin-bottom: 25px;
    /*border:2px solid orange;*/
}

.FotoJorgeAllende {
    border-radius: 50%;
    box-shadow: 2px 2px 4px gray;
   width:300px;
    margin:5px;
}



li::marker {
    color: brown;
    
}




    .FotoJorgeAllende:hover {
        box-shadow: 2px 2px 4px gray;
        opacity: 0.9;
    }


figcaption {
    margin-top: 1rem;
    font-style: italic;
}

/*FOOTER*/

.footerCustom {
   padding:50px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 0 0 100px 0;
}


.footerCustom > div > div > a {
    font-size: 1.5vmin;
    color: slategray;
}

.footerCustom > div > div > a:hover {
    font-size: 1.5vmin;
    color: brown;
}
#h1Logo {
    font-size: 3vmin;
    color: brown;
}


.logoVP {
    width: 100px;
    height: auto;
}
.espacio60 {
    height: 60px;
}
.espacio30 {
    height: 30px;
}
.espacio100{
    height:120px;
}
.espacio200 {
    height: 200px;
}
.espacio300 {
    height: 300px;
}

.espacioHoriz100 {
    width: 50px;
}

.nav-item .linkA {
    color: brown !important;
    border-bottom: 3px solid transparent;
}
.linkA:visited {
    color: brown !important;
    border-bottom: 3px solid transparent;
}
.linkA:hover {
    color: darkred !important;
    border-bottom:3px solid darkred;
}



.active {
    color: brown;
    font-weight: bold;
    /*text-decoration: underline;*/
}

.image-col {
}

.row .col img {
    transition: all .4s;
}

.row .col img:hover {
    transform: scale(1.025);
}

.imgR{
    width:80%;
    border-radius:5%;
}
#linkFooter{
    font-size:10px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
