
.shrink:hover
{
-webkit-transform: scale(0.97);
-ms-transform: scale(0.97);
transform: scale(0.97);
}


.shrink1:hover
{
-webkit-transform: scale(1.20);
-ms-transform: scale(1.20);
transform: scale(1.20);

}

.shrink2 { 

  animation: latidos 2.0s infinite;
  transform-origin: center;

}



.shrink3 { 

  animation: latidos2 4.0s infinite;
  transform-origin: center;

}

.shrink4 { 

  animation: latidosb 2.0s infinite;
  transform-origin: center;

}

.blue-svg svg:hover {
  fill: #3765ad;
}

.blue-svg svg {
    fill: #404468;
    transition: fill .3s ease-out;
}

.green-svg svg:hover {
  fill: #0d615a;
  transition: fill .4s ease-out;
}

.green-svg svg {
    fill: #2a938a;
}

.huella-svg svg {
     fill: #FFFFFF;
}

.huella-svg svg:hover {
  fill: #9cc9ff;
  transition: fill .4s ease-out;
}


@keyframes latidosb {
    from { transform: none; }
    50% { transform: scale(1.02); }
    to { transform: none; }
}

@keyframes latidos2 {
    from { transform: none; }
    50% { transform: scale(1.02); }
    to { transform: none; }
}

@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.2); }
    to { transform: none; }
}


.quien:hover {
    background: #afb3c6;
}
.quien {
    transition: background-color .4s ease-out;
}


.grow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.3s ease;
}
.grow {
    transition: all 0.3s ease-in-out;
}


section {
  padding: 40px 0;
}


section-b {
  padding: 40px 0;
}

.text-shadow {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}

.bg-index {
    background-color: rgb(228,86,97);  background-image: url(../img/header.jpg); background-size: cover;  background-repeat:no-repeat; background-position: bottom right;   margin-top: 50px; 
}

.bg-participa {
    background-color: rgb(228,86,97);  background-image: url(../img/header-participa.jpg); background-size: cover;  background-repeat:no-repeat; background-position:  center;   margin-top: 50px; 
}
.bg-actividades {
  background-color: rgb(228,86,97);  background-image: url(../img/header-actividades.jpg); background-size: cover;  background-repeat:no-repeat; background-position:  center;   margin-top: 50px; 
}

.bg-calendario {
    background-color: rgb(228,86,97);  background-image: url(../img/header-calendario.jpg); background-size: cover;  background-repeat:no-repeat; background-position:  center;   margin-top: 50px; 
}

.bg-Summit {
    background-color: rgb(228,86,97);  background-image: url(../img/header-Sumit.jpg); background-size: cover;  background-repeat:no-repeat; background-position:  center;   margin-top: 50px; 
}

.bg-recursos {
    background-color: rgb(228,86,97);  background-image: url(../img/header-recursos.jpg); background-size: cover;  background-repeat:no-repeat; background-position:  center;   margin-top: 50px; 
}

@media (max-width: 576px) {
    .bg-index {
        background-color: rgb(228,86,97);  background-image: url(../img/header-m.jpg); background-size: cover;  background-repeat:no-repeat; background-position: top center;   margin-top: 50px; 
    }
}

.header-size {
    min-height: 75vh; 
}

.header-inside-size {
    min-height: 35vh; 
}

@media (max-width: 768px) {
        .header-size {
        min-height: 45vh; 
    }
}

.bg-hero-1 {
      background-image: url(../img/hero1.jpg); background-size: cover;  background-repeat:no-repeat; background-position: center ;
}

.bg-hero-2 {
      background-image: url(../img/hero2.jpg); background-size: cover;  background-repeat:no-repeat; background-position: center ;
}


#mainNav {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#mainNav .navbar-toggler {
  font-size: 15px;
  right: 0;
  padding: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #858482;
  border: 0;
  background-color: #f1f1f1;
  text-align: left;
  
}

#mainNav .navbar-brand {
  color: #c5c8d8;
  
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em 0;
  color: #858482;
  text-transform: uppercase;
  
}


#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #e76432;
  font-weight: 800;
  background: rgb(228,86,97);
  background: linear-gradient(163deg, rgba(228,86,97,1) 0%, rgba(219,119,18,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background: #ffffff;

  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.shadow {
    -moz-box-shadow: 0px 0px 61px -17px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 61px -17px rgba(0,0,0,0.28);
}


.box-gd {
    background: rgb(231,93,69);
    background: linear-gradient(51deg, rgba(231,93,69,1) 0%, rgba(232,83,95,1) 100%); -webkit-border-radius: 30px;
    border-radius: 30px;-webkit-box-shadow: 0px 0px 61px -17px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 61px -17px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 61px -17px rgba(0,0,0,0.28);
    line-height: 1.8em;
    font-size: 1.2em;
}

.text-gd {
    background: rgb(228,86,97);
    background: linear-gradient(163deg, rgba(228,86,97,1) 0%, rgba(219,119,18,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1em;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #858482;
    line-height: 1.8em;
}

a.link-blanco  {
    color: #fff;
    font-weight: 200;
}

a {
    color: #454545;
}

.titulo {
    border-bottom: 3px solid #3765ad;
    padding-bottom: .1em;
    line-height: 2em;
}

.titulo-blanco {
    border-bottom: 3px solid #404468;
    padding-bottom: .1em;
    line-height: 2em;
    color: #fff;
}

.titulo-blanco-b {
    border-bottom: 3px solid #3765ad;
    padding-bottom: .1em;
    line-height: 2em;
    color: #fff;
}

.lead {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.bg-claro{
    background-color: #f1f1f1;
}

.bg-claro-b {
    background-color: #c5c8d8;
    min-height: 135px;
}

@media (max-width: 767.98px) { 
.bg-claro-b {
    background-color: #c5c8d8;
    min-height: 0px;
}
}

.sm-text {
    font-size: 1rem !important;
    font-weight: 400;
    margin-bottom: 0px;
}

.servicios-texto {
    margin-top: .5em;
    font-size: 1.15em;
  
}

.modelo-sm {
    color: #c3cbfc;
    font-weight: 300;
    font-style: italic;
}


.text-dgray {
    color: #454545;
}

.btn-default {
  color: rgba(108, 88, 179, 0.75);
  letter-spacing: 1px;
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-white {
  font-size: 1em;
  font-weight: 600;
  color: #454545 !important;
  border-radius: 40px;
  background: #fff ;
  transition: all 0.3s ease 0s;
  margin-left: 0px;
  -moz-box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.20);
}

.btn-white:hover {
  color: #858482 !important;
  background: #f1f1f1;
}


.btn-org {
  font-size: 1.2em;
  font-weight: 600;
  color: #454545 !important;
  border-radius: 40px;
  background: rgb(237,139,49);
background: linear-gradient(51deg, rgba(237,139,49,1) 0%, rgba(231,100,50,1) 100%);
  transition: all 0.3s ease 0s;
  margin-left: 0px;
  -moz-box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 30px -7px rgba(0,0,0,0.20);
}

.btn-org:hover {
  color: #858482 !important;
}



.btn-azul {
font-size: 1em;
  color: #fff;
  letter-spacing: .5px;
  border: 1px solid #3765ad;
  border-radius: 40px;
  background: #3765ad ;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  margin-left: 0px;
}

.btn-azul:hover {
  color: #FFF;
  background: #404468;
  border: 1px solid #404468;
}

.btn-white-b {
font-size: 1.2em;
  color: #fff;
  letter-spacing: .5px;
  border: 1px solid #fff;
  border-radius: 40px;
  background: transparent ;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  margin-left: 0px;
}

.btn-white-b:hover {
  color: #FFF;
  background: transparent;
  border: 1px solid #fff;
}

a.servicios {
    color: #212529;
}

.btn-verde {
font-size: 1em;
  color: #fff;
  letter-spacing: .5px;
  border: 1px solid #2a938a;
  border-radius: 40px;
  background: #2a938a ;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  margin-left: 0px;
}


ul.social-media-list {
    list-style-type: none;
    margin: 0;
    padding: 0 }

ul.social-media-list li {
    display: inline-block;
}


a:hover {
    color: #e76432;
    text-decoration: underline;
    transition: all .3s ease-out;
}

.bg-full-org {
    background: rgb(255,167,29);
    background: linear-gradient(51deg, rgba(255,167,29,1) 0%, rgba(237,138,49,1) 47%, rgba(231,100,50,1) 100%);
}

