/*Globas Style*/
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', Verdana, sans-serif;
    font-size: medium;
    color: rgb(39, 58, 58);
    background: #f8f9fa;
    text-align: center;
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
}

img.gif {
    width: 20%;
    height: auto;
    align-items: center;
    margin: 5% auto 0 auto;
}

h1.title-p1 {
    margin: 5% auto 10% auto;;
}

div.container {
    display: flex;
    flex-direction: column;
}

/*---- Header ----*/

.logo-img{
    width: 40%;
    height: auto;
    padding: auto;
    margin-right: 15em;
}


.nav-txt {
    margin: 0 0 0 -10%;
}

a.f-color{
    color:#4C6665 !important;
}

a.hover:hover {
    background-color: #aeb6b4;
    transition: 0.3s;
    border-radius: 5%;
    opacity: 1;
}


/* SECTION 1 PÁGINA PRINCIPAL */


section.aside-block{
    margin: 1% auto auto auto;
    display: flex;
    max-width: 80%;
    
}

h1.greeting {
    color: #4C6665;
    font-size: 4.5em;
}

p.txt-0 {
    font-size: larger;
}
aside.aside-p {
    margin : auto; 
}

div.aside-txt{
    max-width: 90%;
    margin: 0;
    padding: 0;
}
img.img-ligia {
 min-width: 300px;
 height: auto;
}


/*   Block 2  "PROGRAMS"  */
section.section-poss{
    padding:0% 3% 0% 3%; 
    margin: auto auto 6% auto;
}


h2{
    font-size: 1.5em;
}

.sec-title{
    text-align: center;
    font-size: 3em;
    margin: 0%;
}

div.next-pos{
    display: flex;
    flex-wrap: wrap;
    margin: auto auto 3% auto;
    padding: 1%;
    justify-content: center;
    align-content:center ;
    
}
div.item{
    flex-grow: 1;
    background-color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    height: 28em;
    min-height: 20em;
    margin: 6em 2em 2em 2em;
    max-width: 20%;
    min-width: 17em !important;
    border-radius: 5px 5px 5px 5px;
    justify-content: center;
}

img.imgbx {
    width: 100%;
    height: 50% !important;
    padding: 3%;
    border-radius: 5%;
}
.txt-aling{
    text-align: center;
    margin: 2%;
}

/*esta class es para forzar el centrado del link "saber más" del box 1*/
.force-center {
    text-align: center;
}

.txt-size {
    font-size: 1.1em;
}

h2.color-title{
    color: #a26d5d;
}

p.info {
    font-size: small;
    text-align: center;
    color: #314141;
    font-style: italic;
}

.content-txt {
    margin: auto;
}

.card{
    transition:0.5s;
    cursor:pointer;
  }
  .card-title{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
  }
  .card-title i{  
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
  }
  .card-title i:hover{
    transform: scale(1.25) rotate(100deg); 
    color:#18d4ca;
    
  }
  .card:hover{
    transform: scale(1.05) !important;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  }


  .card-text{
    height:80px;  
  }
  
  .card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
  }
  .card::before {
    transform-origin: left top;
  }
  .card::after {
    transform-origin: right bottom;
  }
  .card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
    transform: scale3d(1, 1, 1);
  }

/*    End of Block 2  "PROGRAMS" */

/* Block Reinicio  */


section.section-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 70%;
    margin: auto;
    padding: 3%;

    height: fit-content;
}


img.em-1{
    width: 300px;
    height: auto;
}

.title-s3 {
    text-shadow: 1px 1px 2px white;
}



p.txt-s3 {
    font-size: large;
    max-width: 700px;
    min-width: 280px;
    
}
div.botones-club-me  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 700px;
    min-width: 450px;
    justify-content: center;

}

a.botones-club {
    margin: 0 2%  0 2%;
}

button.button{
    background-color: #4C6665;
    border-radius: 5px;
    border-color: whitesmoke;
    text-decoration: none;
    text-align: center;
    color: #eeeeee;
    width: 8em;
    height: 3.2rem;
    margin: 0 3% 0 3%;
}

button.button-b {
    background-color: #8f6457;
    border-radius: 5px;
    border-color: whitesmoke;
    text-decoration: none;
    text-align: center;
    color: #eeeeee;
    font-size: small;
    width: 8em;
    height: 2rem;
    margin: 0 3% 0 3%;
}

.button-b:active {
    transform: scale(0.9);
}

.button-b:hover {
    background-color: #ca9f92;
    color: #1f2424;
}

.button:active {
    transform: scale(0.9);
}

.button:hover {
    background-color: #679694;
}

p.nota {
    font-size: small;
    color: rgb(199, 22, 22);
}


/* End of Block 3   La TRIBU   */




/* BLOCK 4  OPINION DE CLIENTES */
section.section-4{
    margin: 4% 0% 3% 0%;
    background-color: #4C6665;
    padding: 3%;
} 


h1.white-color{
    color: #fff9f9;
    margin: 0 0 5% 0;
}
div.carousel-area{
    margin: auto auto 5% auto;
    width: auto;
    height: auto;
    max-width: 35em;
    max-height:max-content;
}

body { margin: 0; } 
div#slider { overflow: hidden; } /* las imágenes no van a salir del márgen de la pantalla*/
div#slider figure img { width: 20%; float: left; }

div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; /*el movimiento se va a mantener de forma indefinida -infinito-*/
}

/*esta parte del código define el movimiento de las imágenes a la izquierda*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
/* ------------------SECTION 5 ---------------BLOG */
section.section-5{
    padding: 3% 3% 0% 3%;
}
div.blog-area{
    justify-content: center;
}

img.img-coment {
    width: auto !important;
    margin: auto;
    height: fit-content;
}

.blog-title {
    padding: 3% 0 0% 0%;
    color: #4C6665;
}

.blog-txt {
    font-size: small;
}

.blog-link {
    text-decoration: none;
    color: #8f6457;
}

/*____________________ PAGOS_____________________*/

.background-pagos {
    background-color: rgb(226, 227, 233);
}



/*  Contact   */


.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    border-radius: 1%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
   
    width: 5%;
    height: auto;
    margin-top: 3%; 
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #273a3a;
    font-size: 3em;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #8f6457;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

input.button:hover {
    color: #1f2424;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #a26d5d;
    border: none;
    cursor: pointer;
}

/*_____________________ Agradecimientos_____________________*/



body.credits {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
h1, h2 {
    text-align: center;
}
h1 {
    color: #2c3e50;
}
h2 {
    color: #34495e;
    padding-bottom: 5px;
    margin-top: 40px;
}
.colaborador {
    margin-bottom: 20px;
}
.colaborador h3 {
    margin-bottom: 5px;
}
.colaborador p {
    margin: 0;
    padding-left: 20px;
}
.colaborador a {
    color: #3498db;
    text-decoration: none;
}
.colaborador a:hover {
    text-decoration: underline;
}




/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 10px 0;
    height: fit-content !important;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}


#footer {
    margin-top: 5%;
    background: #334443 !important;
    padding: 5%;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
    font-size: medium;
}

#fa {
    font-size: small;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}




/*_____________________ ABout-me css starter ____________________________________*/

.pink-bg {
    background-color: #f6e3dc;    
}

.fondo {
    background-image: url(../resources/recurso-1.png);
    background-repeat: no-repeat;
    background-position:center right;
    background-attachment:scroll;
    background-size: 50%;
    height: fit-content;
    padding-top: 5%;
}

.recurso-1 {
    display: none;
}

.txt-bio {
    font-size: 1.5em;
    color: #2c3a39;
    max-width: 600px;
}

.title {
    text-transform: uppercase;
    font-size: 6em;
    color: #4C6665;
    text-shadow: 1px 1px 2px black;
    text-align: left;
}
.hurricane-regular {
    font-family: "Hurricane" ;
    font-weight: 400;
    font-style: normal;
}

.t-st {
    font-size: 6em;
    color: #4C6665;
    margin-top: -6%;
    text-align: left;
}

.txt-w {
    min-width: 400px;
    max-width: 700px;
    margin-left: -5%;
}

.box-txt-img {
    display: flex;
}



.fs {
    color: #a26d5d;
    font-size: 5.5em;
    text-align: right;
    margin-top: -15%;
}

.recurso-2 {
    max-width: 500px;
    min-width: 150px;
    margin-left: auto;
}

.box-txt {
    margin: 10% 5% auto auto;
}

.right-s {
    text-align: right;
}

.sct3 {
    background-color: #f6e3dc;
    margin-bottom: 0;
}

h3 {
    font-size: 1em;
    color: white;
    text-align: center;
    margin: auto;
    padding: 2%;
}

h3.h3-white {
    color: whitesmoke;
}

.icon-2 {
    width: 45%;
    margin: auto;
}

aside.content-flex {
    max-width: 700px;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    margin: 1%;
}

.card {
    flex-basis: 200;
    background-color: #9db8b1 ;
    border-radius: 10%;
    margin: 1%;
    height: 300px;
    width: 200px;
    box-shadow: 1px 1px 2px #2c3a39;
}

.box-txt-2 {
    margin: auto;
    padding: 5%;
    max-width: 60%;
}

.green-bg {
    background-color: #4C6665;
    height: 15%;
    align-content: center;
}

h4.green {
    color: azure;
    text-align: center;
    font-size: 4.5em;
    padding: 1%;
}

img.recurso-3 {
    width: 60%;
    margin: 5% 5% 0 0;
}

.bti-2 {
    display: flex;
    
}

.right {
    text-align: right;
}

.size-tx {
    font-size: 3em;
}

.logo {
    width: 250px;
    height: auto;
    margin-left: 10%;
    margin-bottom: 5%;
}

.box-img {
    display: flex;
    flex-direction: column;
}

.box-txt-3 {
    max-width: 50%;
    min-width: 30%;
    margin-bottom: 5%;      
}

.txt-center {
    text-align: center;
}

/*___________________ End of about-me css _______________________*/

/*///-------Responsive para ""max width 1440px  --////*/
@media  screen and (max-width:1440px) {
    .title {
        font-size: 4.5em;
    }
    p.txt-bio {
        font-size: large;
    }
    .icon-2 {
        width: 30%;
        margin: auto;
    }
    
    aside.content-flex {
        min-width: 700px;
        display: flex;
        flex-wrap: wrap;
        margin: 1%;
    }
    
    .card {
        flex-basis: 200;
        background-color: #9db8b1 ;
        border-radius: 10%;
        margin: 1%;
        height: 200px;
        width: 150px;
        box-shadow: 1px 1px 2px #2c3a39;
    }
    h3 {
        font-size: medium;
    }
    h4.green {
        font-size: 3em;
    }
    img.recurso-3 {
        width: 70%;
    }
}


 /*//------ Responsive para "max width 1024px"----///*/
 @media screen and (max-width: 1024px ) {
    .img-ligia {
     width: 110% !important;
    }
 
    .greeting {
     font-size: 350% !important;
    }
 
    div.box-txt {
     min-width: 310px;
    }
 
    .sec-title {
     font-size: 2em;
     margin-bottom: 0%;
    }
 
    h3 {
     font-size: 2em !important;
    }
 
    /*______About Me Page_____*/
    
    h1.title {
     font-size: 3.5em;
    }
    .t-st {
        font-size: 5em;
    }
 
    .txt-bio {
     font-size: medium;
    }

    .recurso-1 {
        width: 100%;
        margin: 10% 5% 2% 0;
    }

    .recurso-2 {
        width: 100%;
        margin: 0 0 0 -10;
    }

    .img-cont {
        max-width: 400px !important;
    }
    .box-txt {
        width: 520px;
        margin: 2% 2% 2% 0.5%;
    }

    .fs {
        font-size: 3.5em;
        text-align: center;
        line-height: 85%;
        margin-top: 0.1;
    }

    .icon-2 {
        width: 40% !important;
        margin: auto;
    }

    aside.content-flex {
        max-width: 500px !important;
        padding: 8%;
    }
    
    .card {
        flex-basis: 8em !important;
        background-color: #9db8b1 ;
        border-radius: 10%;
        margin: 1%;
        height: 200px;
        width: 150px;
        box-shadow: 1px 1px 2px #2c3a39;
    }

    h3 {
        font-size: medium !important;
    }

    .box-txt-2 {
        width: 400px !important;
    }

    .texto-w {
        width: 400px;
        margin: 0 3% 0 0;
    }
    h4.green {
        font-size: 3em;
    }
 }


 /*-----------------Responsive para max width 884px---------*/

 @media screen and (max-width:884px) {

    /*-------- index.html-------*/
    .txt-0 {
        width: 80%;
    }

    /*About me cards*/

    .icon-2 {
        width: 30%;
        margin: auto;
    }

    aside.content-flex {
        max-width: 300px !important;
        padding: 0.5%;
        margin: auto;
        display: flex;
        flex-direction:column-reverse;
        margin-left: 10%;
       
    }

    .card {
        flex-basis: 5em;
        background-color: #9db8b1 ;
        border-radius: 10%;
        margin: 1%;
        height: 190px;
        width: 140px;
        box-shadow: 1px 1px 2px #2c3a39;
    }
    
 }
 /*//-------------- Responsive para "max width 768px"-------------------///*/
 
 @media  screen and (max-width: 768px ) {
     .img-ligia {
         display: none;
     }
     .aside-block {
         background-image: url(../resources/fotoligia1.png);
         background-repeat: no-repeat;
         background-position:top center;
         background-attachment:scroll;
         background-size: 110%;
         height: fit-content;
     }   
 
     .greeting {
         margin-top: 3.5em !important;
         text-shadow: 1px 1px 1px whitesmoke;
     }
     .txt-0 {
         background-color: #e9eceb;
         opacity: 0.8;
     }

     aside.aside-p {
        margin : auto;
        width: 320px;
    }

    div.box-txt {
        width: 310px !important;
        margin: 2% 0 2% 0.5%;
    }
 
     header {
         margin: 5%;
     }
    
      /*-----About me ----------*/

      .fondo {
        background-image: url(../resources/recurso-1.png);
        background-repeat: no-repeat;
        background-position:top right;
        background-attachment:scroll;
        background-size: 60%;
        height: fit-content;
    }



    .recurso-2 {
        width: 150%;
        margin: 0 0 0 0;
    }

      .title {
         font-size: 2.5em;
         margin-top: 10%;
         padding: 5%;
         text-shadow: 1px 1px 2px white;
      }

      .t-st {
        font-size:3em;
        margin: -5% 0 0 5%;
      }
     p.txt-bio{
        font-size: small;
        text-shadow: 1px 1px 2px white;
        margin: 5%;
        padding: 2%;
     }
     .fs {
        font-size: 3em;
     }

     .icon-2 {
        width: 30%;
        margin: auto;
    }

    aside.content-flex {
        max-width: 300px !important;
        padding: 0.5%;
        margin: auto;
        display: flex;
        flex-direction:column-reverse;
        margin-left: 10%;
       
    }
    
    .card {
        flex-basis: 3em;
        background-color: #9db8b1 ;
        border-radius: 10%;
        margin: 1%;
        height: 120px;
        width: 100px;
        box-shadow: 1px 1px 2px #2c3a39;
    }

    h3 {
        font-size:0.7em !important;
    }

    .texto-w{
        min-width:100px;
        max-width: 220px;
        margin-right: 0%;
    }

    .right {
        width: 350px;
        text-align: center;
        margin: auto;
    }

    .recurso-3 {
        display: none;
    }

    h4.green {
        font-size: 2em;
        margin: 0 0.2 0 0.2;
    }

    .texto-centrado {
        text-align: center; /* Centra el texto horizontalmente */
        margin: auto; /* Asegura que el contenedor esté centrado */
        width: 100%;
        font-size: small;
        text-shadow: 1px 1px 2px white; 
    }
 }
    /*------     Responsive max width 375px -------*/

    /*-------- index.html------*/
    /* Botones de Club de meditacion*/

    hr {
        width: 290px !important;
        margin: auto !important;
    }

    div.card {
        margin: 1%;
    }

    body {
        margin: auto;
    }

    button.button {
        margin: 2%;
    }
    /*About me */

    @media  screen and (max-width: 375px ) {
        .fondo {
            background-image: url(../resources/recurso-1.png);
            background-repeat: no-repeat;
            background-position:top center;
            background-attachment:scroll;
            background-size: 90%;
            height: fit-content;
        }
        .title {
             font-size: 3em !important;
             margin: 50% 1% 1% 1%;
             text-shadow: 1px 1px 2px white;

        }

        .txt-bio {
            width:270px;
        }

        .recurso-2 {
            display: none;
        }


        .right-s {
            text-align: center;
            margin: auto;
        }

        .texto-w {
            width: 120px;
            margin: none;
        }

        .green {
            font-size:2.2em !important;
        }


        div.box-txt-3 {
            margin: 0;
        }

        .box-txt-img {
            padding: 0;
            margin: 0;
        }

        .logo {
            display: none;
        }

        .card {
            flex-basis: 4em !important;
            background-color: #9db8b1 ;
            border-radius: 10%;
            margin: 1%;
            height: 200px;
            width: 90px;
            box-shadow: 1px 1px 2px #2c3a39;
        }

        .content-flex {
            margin: auto 0 auto -10%;
        }

        p.txt-3 {
            margin-left: -40% !important ;
        }

        section.section-3 {
            background-size: 70%;
        }

    }
/*-----------------------------------------------------------------------------------*/

/* --------------------------------MENTORIA.HTML STYLES -----------------------------*/
.img-bg-mentoria {
    background-image: url(../resources/motivacion.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}    

.title-mentoria {
    color: #ffffff;
    font-size: 6em;
    text-shadow: 1px 1px 2px black;
}

p.frase {
    font-style: italic;
    font-size: 1.8em;
}

.container-2 {
      max-width: 900px;
      min-width: 290px;
      margin: 0 auto;
      padding: 40px 20px;
}

.green-s {
        color: #4C6665;
}

h2, h3 {
      color: #4c6665;
      font-weight: bold;
}

p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 20px;
}

ul {
      list-style: none;
      padding: 0;
}

ul li::before {
      content: "\2713";
      color: #4c6665;
      padding-right: 10px;
}

.section {
      margin-bottom: 60px;
}

    .normal-font {
        font-weight: normal !important;
}

.white-bg {
    background-color: #ececec;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}

.grey-bg {
    background-color: #dce6e0;
    
}

.vipcard {
    width: 10%;
}



/*________________RESPONSIVE________________*/
    @media screen and (max-width: 768px) {
        .img-bg-mentoria {
            height: 400px;
        }
        .title-mentoria {
            font-size: 3em;
        }
        p.frase {
            font-size: 1.2em;
        }
        .container-2 {
            padding: 20px 10px;
        }
        
    }
    @media screen and (max-width: 480px) {
        .img-bg-mentoria {
            height: 300px;
        }
        .title-mentoria {
            font-size: 2.5em;
        }
        p.frase {
            font-size: 1em;
        }
        .container-2 {
            padding: 10px 5px;
        }

        iframe {
            width: 360px;
            height: 200px;
        }

        .white-bg-2 {
            background-color: #ececec;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
        }
        
    }



 /* ----------------------------------------*/

 /*--------------------------CEO.HTML---------------------------*/
 .img-bg-em {
    background-image: url(../resources/empresas.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 p.text-hu  {
    font-style: italic !important;
    font-weight: 400;
    font-style: normal;
}

 
 .title-em {
    color: #ffffff;
    font-size: 8em;
    text-shadow: 1px 1px 2px black;
 }

 p.sub-t {
    color: #414040;
    font-size: 2em;
    text-align: center;
    margin-top: 35px;
 }

 strong.brown {
    color: #a26d5d;
    font-size: 1.1em;
 }

 .white-t {
    color: #ffffff;
    font-size: 1.7em;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(48, 48, 48);
    margin-top: 2%;
    max-width: 900px;
 }

.margin-section {
    margin: 5% auto;
}

.green-torch {
    width: 100px;
    height: auto;
}

.sub-tb {
    color: #a26d5d;
    font-size: 2em;
}

.green-light-bg {
    background-color: #9db8b1;
    
}

.white {
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 2px rgb(77, 74, 74);
    font-size: normal;
}

.white-2 {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgb(77, 74, 74);
    font-size: larger;
}

.list- {
    text-align: left;
}

div.margin {
    margin: 8% auto 8% auto;
    width: 100%;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.incog {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.sub-tg {
    color: #4C6665;
    font-size: 2em;
    text-align: center;
    margin-top: 2%;
}

.sub-tg-wh {
    color: whitesmoke !important;
}

img.em {
    width: 300px;
    height: auto;
    margin: 0 auto 0 20%;
    border-radius: 5px;
}

.width-t {
    max-width: 500px;
    min-width: 350px;
}

.margin-tb {
    margin-top: 5%;
    margin-bottom: 20px;
}

.mtd-bg {
    background-image: url(../resources/mtd.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    opacity: 1;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-w {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.red-call {
    color: red;
    text-shadow: 1px 1px 2px rgb(32, 30, 30);
    font-size: 2em;
}

.black {
    font-size: 1.7em;
}

/*--------------------RESPONSIVE max width 830 --------------*/
@media screen and (max-width: 830px) {
    .img-bg-em {
        height: 400px;
    }
    .title-em {
        font-size: 4em;
    }
    p.sub-t {
        font-size: 1.5em;
    }
    .white-t {
        font-size: 1.2em;
    }
    .green-torch {
        width: 80px;
    }
    .sub-tb {
        font-size: 1.5em;
    }

    img.em {
        width: 200px !important;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 565px) {
    /* Responsive para max width 565px */
    .img-bg-em {
        height: 300px;
    }
    .title-em {
        font-size: 3em;
    }
    p.sub-t {
        font-size: 1.2em;
    }
    .white-t {
        font-size: 1.5em;
    }
    .green-torch {
        width: 60px;
    }
    .sub-tb {
        font-size: 1.2em;
    }

    iframe {
        width: 380px;
        height: 210px;
    }
    
    img.em {
        display: none;
    }

    .pink-r-bg {
        background-color: #f6e3dc ;
        padding: 2%;
    }

    .light-bg {
        background-color: #c6dbd5;
        padding: 2%
    }

    img.incog {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .img-bg-em {
        height: 250px;
    }
    .title-em {
        font-size: 2.5em;
    }
    p.sub-t {
        font-size: 1em;
    }
    .white-t {
        font-size: 1.2em;
    }
    .green-torch {
        width: 50px;
    }
    .sub-tb {
        font-size: 1em;
    }

    iframe {
        width: 310px;
        height: 170px;
    }

    img.em {
        display: none;
    }
    .b {
        border: 1px solid black;
        width: 300px;
    }


}

/*----------------REINICIO.html---------------------*/

.img-bg-reinicio {
    background-image: url(../resources/reinicio-portada.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reinicio-section {
    padding: 5%;
}

.reinicio-title {
    font-size: 5.5em;
    color: whitesmoke;
    text-shadow: 1px 1px 2px black; 
    text-align: center;
}

.ligia-cafe {
    width: 250px;
    height: auto;
    border-radius: 50%;
}

.text-1em {
    font-size: 1.3em;
}

.size-4em {
    font-size: 3.2em;
    color: #8f6457;
    
}

ul.reinicio-list {
    margin: 5%;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(../resources/antorcha-2-3.ico);
    list-style-position: outside;
}

/*---------responvise-----------*/

@media screen and (max-width: 900px ){
    img.img-res {
        width: 300px !important;
        height: auto;
    }
    
   

    .text-size {
        font-size: 1.3em;
    }
    .text-1em {
        font-size: 0.8em;
    }

    .size-4em {
        font-size: 2.5em;
    }

    .text-list {
        font-size: medium !important;
    }
}

@media  screen and (max-width: 600px) {
    img.img-res {
        display: none;
    }

    .img-bg-reinicio {
        height: 300px;
        display: flex;
    }

    .reinicio-title {
        font-size: 2.7em;
        
    }

    .ligia-cafe {
        display: none;
    }


}

/*------animcación de borde----*/
:root {
    --angle: 45deg;
    --opacity: 0.5;
  }

*,
*::before,
*::after {
box-sizing: border-box;
}

.rainbow {
width: auto;
height: auto;
border-radius: 10px;
padding: 2rem;
margin: auto;

display: grid;
place-content: center;
text-align: center;

font-size: 1.5em;

--border-size: 0.3rem;
border: var(--border-size) solid transparent;

/* Paint an image in the border */
border-image: conic-gradient(
    from var(--angle),
    #d53e33 0deg 90deg,
    #fbb300 90deg 180deg,
    #377af5 180deg 270deg,
    #399953 270deg 360deg
  )
  1 stretch;
background: rgb(255 255 255 / var(--opacity));
}

@property --opacity {
syntax: "<number>";
initial-value: 0.5;
inherits: false;
}

@property --angle {
syntax: "<angle>";
initial-value: 0deg;
inherits: false;
}

@keyframes opacityChange {
to {
  --opacity: 1;
}
}

@keyframes rotate {
to {
  --angle: 360deg;
}
}

.rainbow {
animation: rotate 4s linear infinite, opacityChange 3s infinite alternate;
}