/* ==========================================
#    Proyect: Uammante prototipo 
#    Authors: M.S.I. Jose Mario Mota Vazquez y Maria Sabina Muñiz Montoya
#    Date: December, 2022
============================================ */

/* Fonts 
------------- */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
    
}
main{
    display: block;
 }
 body{
    margin: 0;
    background: transparent;
    font-family: 'Fira Sans', sans-serif;
 }


a, a:visited, a:link, a:hover, a:active {
    text-decoration:none;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}


.carousel {
    margin-bottom: 22px;
    background: #ccc;
  	position: relative;
   
}
.carousel:after {
	content: "";
    position: absolute;
    z-index: -1;
    height: 60px;
    bottom: 0px;
    left: 10px;
    right: 10px;
    border-radius: 100px / 20px;
}
.carousel-inner{
    text-align: center;
	overflow: hidden;
}
.carousel-inner img {
	max-width: 100%;
    
}
.carousel .carousel-control {
	width: 50px;
    height: 50px;
    background: #000;
    margin: 120px 0;
	opacity: 0.8;
}
.carousel .carousel-control:hover {
	opacity: 0.9;
}
.carousel .carousel-control i {
    font-size: 41px;
}

.carousel-caption p {
	background: #698ea4;
    opacity: 0.8;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Fira Sans', sans-serif;
	padding: 5px 15px;
	font-size: 20px;
}
.carousel-caption h2 {
	background: #698ea4;
    opacity: 0.8;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
    font-family: 'Fira Sans', sans-serif;
	padding: 5px 10px;
	font-size: 35px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 1px 4px;
}
.carousel-indicators li {
	background: transparent;
	border: 1px solid #fff;
}
.carousel-indicators li.active {
	background: #ffffff;
	border-color: #ffffff;
}

.titlenoti{
    font-size: 18px;
    padding-left: 10px;
    margin-top: 20px;
    }

@media  (max-width:800px){
    .carousel-inner img{
       min-height: 200px;
       width: 100%;
    }
    .carousel-caption h2{
        font-size: 20px;
    }
}
.titlenoti{
    font-size: 18px;
    padding-left: 10px;
    margin-top: 20px;
    }

 .card .poste-date p{
    font-weight: 600;
    position: absolute;
    top:0;
    Left:0;
    display: inline-block;
    background-color: #00426A;
    color: #ffff;
    padding:6px 15px;
  }
.card .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 3px;
    text-transform: uppercase;
}

.card .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

/* services */
.services-section{
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/servicios/portada.jpg');
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/servicios/portada.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0;
  }
  .inner-width{
    width: 100%;
    max-width: 1150px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
  }
.services-box
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -20px;
}

.titles
{
    text-decoration: none;
    margin-left: 15px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom:40px;
    text-align: center;
    top: 30px;

}
.services-titles h2 span
{
    color: #3c44a9;
}
.services-titles h2
{
    margin-top: -5px;
    margin-bottom: 6px;
    text-decoration: none;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff;

}

.box
{
    position: relative;
    width:100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 33.333333%;
}
.ser-box
{
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 70px;
    min-height: 100px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20,27,202,.17);
}

.ser-box .icon
{
    margin-bottom: 0;
    transform: translateY(-50%);
    text-align: center;
}
.ser-box h4
{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #3c44a9;
    margin-top: -30px;
    font-family: 'Fira Sans', sans-serif;
}
.ser-box p
{
    color: #61648e;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'Fira Sans', sans-serif;
}
.ser-box:hover
{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: 
    linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}

.ser-box:hover h4,
.ser-box:hover p
{
    color: #fff;
}

.services-box .box:nth-child(1) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}



.services-box .box:nth-child(3) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}

.services-box .box:nth-child(4) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}


.services-box .box:nth-child(5) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}

.services-box .box:nth-child(6) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}
.services-box .box:nth-child(7) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}
.services-box .box:nth-child(8) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%);
}
.services-box .box:nth-child(9) .ser-box:hover
{
    background-image: 
    linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}
/* SECCION I N I C I O */
/********-Responsive-************/

@media(min-width: 768px)
{

    .box
    {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media(min-width: 600px)
{

    .box
    {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}



@media(min-width: 992px)
{
    
    .box
    {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}



@media(min-width: 414px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(min-width: 370px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(min-width: 320px)
{
    .box
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
#inicio {
    position: relative;
    background: #fff;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;

}

#inicio .contenido {
    max-width: 1500px;
    margin: auto;
    height: 100%;
}

#inicio .contenido .info {
    position: relative;
    top: 50%;
    left: 28%;
    width: 50%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 9;
    animation: aparecer 2s forwards;
}

@keyframes aparecer {
    0% {
        margin-left: -30px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}

#inicio .contenido .info h3 {
    font-size: 35px;
    color: #fff;
    -webkit-text-stroke: 2px #0C4467;
    padding-left: 2px;
   
    text-shadow: 3px 3px #0C4467;
    font-weight: 900;
    letter-spacing: 6px;
    font-family: 'Fira Sans', sans-serif;
   
}

#inicio .contenido .info span {
    display: inline-block;
    font-size: 25px;
    color: #4c4c4c;
    margin-bottom: 15px;
}

#inicio .contenido .info .redes a {
    display: inline-block;
    color: #4c4c4c;
    margin-right: 15px;
    font-size: 20px;
}
  /* V I D E O */
  #video {
    z-index: 9;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/fondo-video.jpg");
    background-size: cover;
    background-position: 50%;
    height: 470px;
    background-attachment: fixed;
    padding: 100px 30px;
}

#video .contenido {
    max-width: 800px;
    margin: auto;
    margin-top: -19px;
    color: #fff;
    text-align: center;
    position: relative;
}

#video .contenido .logoPlay i {
    font-size: 80px;
    cursor: pointer;
    transition: .5s;
}

#video .contenido .logoPlay i:hover {
    transform: scale(1.3);
}

#video .contenido h3 {
    margin-top: 30px;
    font-size: 30px;
    font-family: 'Fira Sans', sans-serif;
}

#video .contenido button {
    border: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 16px 50px;
    margin-top: 30px;
    cursor: pointer;
    transition: .5s;
}

#video .contenido button:hover {
    background-color: #fff;
    color: #000;
}

#video .contenido .contenedor-video {
    position: absolute;
    width: 100%;
    height: 400px;
    top: -60px;
    left: 0;
    display: none;
}

#video .contenido .contenedor-video .close {
    font-size: 30px;
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 60px;
    right: 10px;
}

@media screen and (max-width:800px) {
    /* Inicio */
    
      #inicio .contenido .info {
          color: #0C4467;
          width: 100%;
          left: 0;
      }
      #inicio .contenido .info h3 {
          color: rgb(245, 240, 240);
          -webkit-text-stroke: 0px;
          padding-left: 2px;
          font-weight: 400;
          
      }
      #inicio .contenido .info span {
          color: rgb(0, 0, 0);
      }
      #inicio .contenido .info .redes a {
          color: rgb(0, 0, 0);
      }
    
      #video {
          padding: 100px 20px;
          height: 450px;
      }
  
  }
/************************************************************************************************************/
/******************* Estilos de las tarjetas o cards del perfil del coordinador de nutrición ****************/
/************************************************************************************************************/

.textotit{
    background-color: #81C6CC;
    color:white;
    opacity: 0.9;
    text-align: center;
    padding: 5px 0px;
    border-radius:  5px 5px;
  
}

.portada.card .card-body .card-title {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    
   
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol, ul {
    padding-left: 2rem;
  }
  .btnEdit{
    background: #B86125;
    color:white;
    
    padding: 10px 15px;
    border-radius: 5px 5px;
}

.btnEdit:hover{
    background: rgb(185, 183, 183);
    opacity: 1;
    color: #fff;
    
}

.jumbotron {
        background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("../images/banner/banner.png");
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("../images/banner/banner.png");
        height: 11rem;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-size: cover;
        border-bottom: 1px solid #ddd;
}
.jumbotron h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Fira Sans', sans-serif;
   
}

.pdfview {
    /* Centrado */
    margin: auto;
    display: block;
    /* Tamaño */
    width: 850px;
    height: 100vh;
    /* Mejorar aspecto */
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width:800px){
    .pdfview{
        width: 90%;
     
    }
}

.textvm{
    background-color: #4070B6;
    color:white;
    opacity: 0.9;
    padding: 5px 0px;
    border-radius:  5px 5px;
}
@media only screen and (max-width:800px) {
    #no-more-tables tbody,
    #no-more-tables tr,
    #no-more-tables td {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee;
    }
    #no-more-tables td:before {
        content: attr(data-title);
        position: absolute;
        left: 6px;
        font-weight: bold;
    }
    #no-more-tables tr {
        border-bottom: 1px solid #ccc;
    }
    .tables th{
        font-size: 5px;
    }
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
    margin-bottom: 1rem;
    height: 100px;
    margin: 0 auto;
    width: 900px;
    text-align: center;
    margin-top: 20px;

  }
  .marketing h2 {
    font-weight: 400;
    color: #00426A;
    font-size: 20px;

  }
  .blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
@media (max-width: 576px) {
    .responsive-content {
      font-size: 15px;
    }
  }
 
  
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-item {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
  }
  
  .features .features-item+.features-item {
    margin-top: 100px;
  }
  
  @media (max-width: 768px) {
    .features .features-item+.features-item {
      margin-top: 40px;
    }
  }
  
  .features .features-item h3 {
    font-weight: 700;
    font-size: 26px;
  }
  

  
  .features .features-item ul {
    list-style: none;
    padding: 0;
  }
  
  .features .features-item ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
  }
  
  .features .features-item ul li:last-child {
    padding-bottom: 0;
  }
  
  .features .features-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--accent-color);
  }
  
  .features .features-item img {
    border: 6px solid var(--contrast-color);
    box-shadow: 0 15px 30px -10px color-mix(in srgb, var(--default-color), transparent 75%);
  }
  
  .features .features-item .features-img-bg {
    position: relative;
    min-height: 300px;
  }
  
  @media (max-width: 640px) {
    .features .features-item .features-img-bg {
      min-height: 300px;
    }
  }
  
  .features .features-item .features-img-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .features .features-item .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
  }
  
  .features .features-item .image-stack .stack-back {
    grid-column: 4/-1;
    grid-row: 1;
    width: 100%;
    z-index: 1;
  }
  
  .features .features-item .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1/span 8;
    margin-top: 20%;
    width: 100%;
    z-index: 2;
  }
  .card-counter{
   
    margin: 5px;
    margin-top: 20px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 2px 2px 10px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.servicio{
    background: #486B7D;
    color: #FFF;
  }

  .card-counter.danger{
    background: #6B8A9A;
    color: #FFF;
  }  

  .card-counter.success{
    background: #E18C70;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-name{
   
   
    position: absolute;
    right: 35px;
    top: 20px;
    color: #f6f6f5;
    font-size: 30px;
    display: block;
  }


