*, *:before, *:after{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif !important;
    /* font-family: 'Varela Round', sans-serif; */
    padding: 5px;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100%;
    background-color: #4C6585;
}

  
.contenedor{
    display: grid;
    grid-template-columns: auto;
    height: 100%;
    width: 100%;
    gap: 15px;
    margin: auto;
    justify-items: center;
    align-items: center;
}
.card{
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding: 10px 30px;
    border-radius: 25px;
    transition: all .4s ease-in-out;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    background:  linear-gradient(-135deg, #ffffff, #f6f5f8);
}
.card-encabezado img{
    position: relative;
    border-radius: 50%;
    display: block;
    height: 200px;
    width: 200px;
    border: 6px solid rgb(255 255 255);
    object-fit: cover;
    margin: 20px auto;
    transition: all 0.3s ease;
    margin-bottom: 0px;
}
.card-qr img{
    position: relative;
    border-radius: 10%;
    display: block;
    height: 200px;
    width: 200px;
    border: 6px solid rgba(133, 241, 255, 0.1);
    object-fit: cover;
    margin: 20px auto;
    transition:  all 0.3s ease;
}
.card-encabezado{
    position: relative;
}
.card-encabezado:before, .card-encabezado:after{
    content: '';
    position: absolute;
    
} 
 /* .card-encabezado:after{ */
    /* border-radius: 50%;
    z-index: 90;
    background-color: #201C55;
    width: 350px;
    height: 350px;
    top: 0;
    right: -30px */
/* } */
.card-encabezado:before{
    width: 380px;
    height: 380px;
    bottom: 0;
    left: -30px;
    border-radius: 50%;
    top: -200px;
    background: radial-gradient(circle, #7DBABC 0%, #25215B);
    
} 
.card-iconos{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    list-style: none;
}
.card-iconos li{
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.397);
    height: 40px;
    width: 40px;
    margin: 0 5px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease;
}
.card-iconos li a{
    color: #ffffff;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    /* background: #fff; */
    display: block;
    line-height: 55px;
    transition:all 0.3s;
    box-shadow: 0 0 10px solid  rgba(133, 241, 255, 0.1);
}
.card-iconos li a:hover{
    transform: scale(1.1);
    box-shadow: 0 0 5px #201C55;
}
.card-iconos{
    margin-top: 10px;
}
.ubicacion{
    font-size: 30px;
    font-weight: bold;
    padding:10px;
    line-height: 25px;
    color: #fff;
    margin-top: 25px;
}
.nombre{
    font-size: 30px;
    font-weight: bold;
    padding:10px;
    line-height: 25px;
    background: -webkit-linear-gradient(#7DBABC 0%, rgba(32,28,85,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nombre2{
    font-size: 20px;
    font-weight: bold;
    padding:10px;
    line-height: 25px;
    background: -webkit-linear-gradient(#7DBABC 0%, rgba(32,28,85,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-personal:nth-child(1){
    font-size: 30px;
    font-weight: bold;
    padding:10px;
    line-height: 25px;
}
.info-personal:nth-child(3){
    margin:15px 0;
}
.info-personal{
    color: #fff;
}
.card-acciones{
    text-align: center;
    margin-top: 25px;
}
.botones{
    color: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #283788, #1799f0);
}
.botones:hover{
    cursor: pointer;
    width: 85%;
}
.botones span{
    margin-right: 10px;
    font-size: 20px;
}
@media screen and (max-width: 600px) {
    .contenedor{
        grid-template-columns: 1fr;
    }
}
#mapa{
    margin-top: 0px;
    border-radius: 10%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.card-contenido{
    
    /* background: linear-gradient(180deg, #7DBABC 0%, #25215B); */
    background: linear-gradient(180deg, #7DBABC  0%, #25215B);

    border-radius: 0px 0px 20px 20px;
    padding-bottom: 10px;
}
.agrandar{
    /* background: #201C55; */
    background: linear-gradient(45deg, #7DBABC 0%, #25215B);
    margin-top: 10px;
    margin-bottom: 5px;
}
.buttonC{
    color: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #25215B, #7DBABC); 
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 10:12:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }

  .text-focus-in {
	-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 10:15:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
 @-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  
  .roll-in-left {
	-webkit-animation: roll-in-left 1.5s ease-out both;
	        animation: roll-in-left 1.5s ease-out both;
}

 @-webkit-keyframes roll-in-left {
    0% {
      -webkit-transform: translateX(-800px) rotate(-540deg);
              transform: translateX(-800px) rotate(-540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes roll-in-left {
    0% {
      -webkit-transform: translateX(-800px) rotate(-540deg);
              transform: translateX(-800px) rotate(-540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  
  .roll-in-right {
	-webkit-animation: roll-in-right 1.5s ease-out both;
	        animation: roll-in-right 1.5s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 10:29:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes roll-in-right {
    0% {
      -webkit-transform: translateX(800px) rotate(540deg);
              transform: translateX(800px) rotate(540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes roll-in-right {
    0% {
      -webkit-transform: translateX(800px) rotate(540deg);
              transform: translateX(800px) rotate(540deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) rotate(0deg);
              transform: translateX(0) rotate(0deg);
      opacity: 1;
    }
  }
  


  .slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 10:31:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }


  .slide-in-left {
	-webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
  
/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 10:41:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
  .slide-in-right {
	-webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-11-16 10:42:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  