@font-face {
  font-family: Montserrat-Bold;
  /* requerido */
  src: url(../fonts/Montserrat-Bold.ttf);
  /* requerido */
}
@font-face {
  font-family: Montserrat-Regular;
  /* requerido */
  src: url(../fonts/Montserrat-Regular.ttf);
  /* requerido */
}

@font-face {
  font-family: MPLUSRounded1c-Thin;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Thin.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Regular;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Regular.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Medium;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Medium.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Light;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Light.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-ExtraBold;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-ExtraBold.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Bold;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Bold.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Black;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Black.ttf);
  /* requerido */
}
@font-face {
  font-family: TypoGraphica;
  /* requerido */
  src: url(../fonts/TypoGraphica.ttf);
  /* requerido */
}
@font-face {
  font-family: AvenirNextLTPro-Regular;
  /* requerido */
  src: url(../fonts/AvenirNextLTPro-Regular.ttf);
  /* requerido */
}
@font-face {
  font-family: Futura-Medium-01;
  /* requerido */
  src: url(../fonts/Futura-Medium-01.ttf);
  /* requerido */
}
@font-face {
  font-family: GothamLight;
  /* requerido */
  src: url(../fonts/GothamLight.ttf);
  /* requerido */
}
@font-face {
  font-family: GothamBlack;
  /* requerido */
  src: url(../fonts/couture-bld.ttf);
  /* requerido */
}
@font-face {
  font-family: kredit;
  /* requerido */
  src: url(../fonts/kredit.ttf);
  /* requerido */
}
@font-face {
  font-family: kredit-black;
  /* requerido */
  src: url(../fonts/kredit-black.ttf);
  /* requerido */
}
@font-face {
  font-family: TequilaSunrise-Regular;
  /* requerido */
  src: url(../fonts/TequilaSunrise-Regular.ttf);
  /* requerido */
}
/*oscilar*/

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  65% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  65% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* fin oscilar*/
@-webkit-keyframes swing2 {
  10% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  15% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  35% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing2 {
  10% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  15% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  35% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aparecer{
  0%{
    opacity: 0; 
  }
  50% {
    opacity: .5; 
  }
  100% {
    opacity: 1; 
  }

}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.w-100 {
  width: 101%!important;
}
.buttonAgenda {
  border-radius: 1vh;
  padding: 0.5vh 3%;
  background-color: #01a6e7;
  color: white;
}
#cctHome{
  opacity: 0;
  transition: all 1s;
}
#ButtonSepHome:hover #cctHome{
  opacity: 1;
}


img.logoNosotros {
  width: 7%;
  padding-bottom: 3vh;
}

.blue{
  color: #01a6e7;
}
.tit-revoe {
    margin-top: 2vw;
    width: 30%;
    float: left;
    font-size: 3em;
}

.txt-revoe {
  width: 40%;
  float: left;
  font-size: .8em;
  padding-top: 4vh;
  padding-right: 2%;
  text-align: justify;
  opacity: .7;
  margin-left: 2%;
}

.button-revoe {
    float: left;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-width: thin;
    width: 22%;
    margin: 3vh 2%;
    padding: 1vh;
    color: white;
    font-size: 1.3em;
}
.revoeDiv{
  background-color: #01a6e7;
  color: white;
  min-height: 12vh;
  float: left;
}
.misionTxt{
  text-align: center;
  width: 80%;
  margin: 0 10%;
}
.footer{
  background-color: black;
  color: white;
  height: 13vh;
  float: left;
  position: relative;
}
.div-cursos{
  float: left;
  width: 100%;
}
#contenidoCarrera {
  float: left;
    width: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    height: 100%;
    padding-bottom: 10vh;
}
.logo-footer1{
  float: left;
  width: 10%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  height: 13vh;
  text-align: center;
}
.logo-footer1 img {
  width: 60%;
  padding-top: 2vh;
}
.footer p {
  margin-left: 15%;
  float: left;
  text-align: left;
  padding-top: 2.5vh;
  opacity: .7;
}
.logo-footer2{
  float: right;
  width: 12%;
  position: absolute;
  right: 0;
  top: 0;
  height: 11vh;
  display: none;
}
.logo-footer2 img {
  width: 60%;
  padding-top: 4vh;
}

.logo-menu{
  width: 100%;
}
.navbar-menu-primary{
  z-index: 10; 
  background-color: rgb(0,0,0,.3);
  font-size: 1.3em;
}
.navbar-menu-secundary{
  z-index: 10;
  height: 15vh;
  font-size: 1.3em; 
}
.iconosRedesB{
  color: black !important; 
  font-size:1.5em ;
}
.background-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 21vh;
  z-index: 1;
}

::-webkit-scrollbar {
  display: none;
  }

  .CreditCardAut {
    border: solid;
    padding: 1.5vh;
    border-color: black;
}

  #textoinicio {
    position: absolute;
    bottom: 0;
    padding: 5vh 10%;
    font-size: 3vh;
    background-color: rgb(0,0,0,.7);
    border-top-right-radius: 2vh;
    border-top-left-radius: 2vh;
    text-align: center;
}

#bandera {
  position: absolute;
  z-index: 9;
  width: 4%;
  right: .5%;
  top: 15vh;
  cursor: pointer;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -2;
  color: white;
  font-family: Montserrat-Regular;
   /* background: url(../img/fondo-paw.png) no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffdd00; */

}
.body-secundary{
  padding-top: 14vh;
  background: url(../img/Textura.png) no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
h1,h2,h3{
  font-family: Montserrat-Bold;
}
.h1Bootom{
  font-size: 1.8em;
}
p.text-justify {
  text-align: justify;
}
#contenedor{
  position: absolute;
  left: 0;
  top: 0;
}
#carrucel {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
#flechaizq{
	width: 1%;
	position: absolute;
	left: 2%;
	top: 20vw;
	cursor: pointer;
}
#flechader{
	width: 1%;
	position: absolute;
	right: 2%;
	top: 20vw;
	cursor: pointer;
}
#contenedorfoto{
	background-color: white;
	height: 100%;
	border: none;
  width: 100%;
  overflow: hidden;
} 
#imgCarrucel{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#carrucelmov {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
#flechaizqmov{
	width: 1%;
	position: absolute;
	left: 2%;
	top: 20vw;
	cursor: pointer;
}
#flechadermov{
	width: 1%;
	position: absolute;
	right: 2%;
	top: 20vw;
	cursor: pointer;
}
#contenedorfotomov{
	background-color: white;
	height: 100%;
	border: none;
  width: 100%;
  overflow: hidden;
} 
#imgCarrucelmov{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
img.imgMision {
  width: 21%;
  margin-bottom: 2vh;
}
.imgOfertasEd{
  width: 100%;
  transition: transform .7s;
  cursor: pointer;
  border: solid;
  border-color: white;
  border-width: 20px;
}
.imgOfertasEd:hover {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}
.conten-imgof{
  overflow: hidden;
}


.tituloOfertas{
  color: white;
  top: 0;
  width: 100%;
  top: 27vh;
}
.Contenedor-Carrera{
  width: 100%;
  float: left;
  display: flex;
}
.DivCarrera{
  width: 50%;
  float: left;
  position: relative;
}
.DivCarrera p{
  margin-left: 12%;
  text-align: justify;
  font-size: 1em;
  width: 80%;
}
.listCarrera{
  text-align: left;
    margin-left: 11%;
    font-size: 1em;
    width: 74%;
    text-align: justify;
    list-style-image: url(../../favicon.png);
}
.DivCarrerah1{
  width: 88%;
  text-align: left;
  margin-left: 12%;
}
.tituloCursos{
  float: left;
  bottom: 0;
  width: 100%;
  background-color: black;
  color:white;
  padding: 2.5vh 0;
}
.imgCarrera{
  float: left;
  width: 100%;
}
.detalle{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,.8);
  color: white;
  overflow-y: auto;
  display: none;
}

.detalle h5 {
  font-weight: bolder;
  padding-top: 2vh;
}
.cerrarDetalle{
  position: absolute;
  top: 1vh;
  right: 2%;
  font-size: 1.2em;
  cursor: pointer;
}

.detalle p {
  width: 90%;
  margin: 1.5vh 5%;
  text-align: justify;
  font-size: .8em;
}

.active {
  text-align: center;
  border-bottom: 1.5px solid transparent;
  border-image: linear-gradient(0.25turn, rgba(17,92,253), rgb(134 172 255 / 97%), rgb(17,92,253));
  border-image-slice: 1;
  width: 100%;
  font-weight: bolder;
}
.fadeinLogo{
  animation: aparecer 3s;
}

.titulo1{
  font-family: TequilaSunrise-Regular;
  font-size: 3.5em;
  text-align: center;
}
.titulo2{
  font-family: TequilaSunrise-Regular;
  font-size: 1.5em;
}
.txt-about{
  max-height: 85vh;;
}
.cursor-pointer{
  cursor: pointer;
}
#imagePrices {
  width: 95%;
}
span.platillo {
  min-width: 31%;
  float: left;
}
.precio{
  float: left;
  margin-left: 3%;
}
.holidays{
  font-size: .7em;
  margin-left: 5%;
  text-align: justify;
}
.gradiente{
  background: -webkit-linear-gradient(#d8b678,#915d2e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.micuenta {
  display: block;
}
.SMIcons{
  float: left;
  width: 33%;
  cursor: pointer;
}
.contSMIcons{
  text-align:center; 
  width: 100%;
}
.azul {
  background-color: rgb(0, 0, 0, .8);
  cursor: pointer;
  transition: all .5s;
 
}
.azul:hover{
  position: relative;
  transform: translateY(-15%);
  height: 115% !important;
}

.gris {
  background-color: rgb(50, 50, 50,0.8);
  cursor: pointer;
  transition: all .5s;
}
.gris:hover{
  position: relative;
  transform: translateY(-15%);
  height: 115% !important;
}

.blanco {
  background-color:rgb(74,74,74,.6);
  cursor: pointer;
  transition: all .5s;
}
.blanco:hover{
  position: relative;
  transform: translateY(-15%);
  height: 115% !important;
  
  
}
div#whatsapp {
  position: fixed;
  top: 16vh;
  font-size: 3em;
  z-index: 9;
  right: 1%;
  cursor: pointer;
  width: 4%;
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
#whatsapp img {
  width: 100%;
}

#avisoPrivacidadLink {
  position: fixed;
  z-index: 9;
  bottom: 19vh;
  left: 1%;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
  border-bottom: solid;
  border-right: solid;
  padding-right: 7px;
  padding-left: 7px;
  border-width: thin;
  background-color: rgb(0,0,0,.2);
}
#avisoPrivacidadLink:hover{
font-style: oblique;
}
.admisiones-txt {
  float: left;
  width: 60%;
  padding-left: 11%;
  text-align: justify;
  list-style-image: url(../../favicon.png);
}

.admisiones-img {
  float: left;
  width: 40%;
  text-align: center;
}

.admisiones-img img {
  width: 87%;
}
.tit-iniClases {
  float: left;
    font-size: 3em;
    margin-top: 3vh;
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.tit-iniClases2 {
  float: left;
  margin-left: 9%;
  margin-top: 7vh;
  font-family: 'Montserrat-Regular' !important;
  font-size: 2.5em;
}
.contacto-A {
  float: left;
  width: 50%;
  text-align: left;
  padding-bottom: 6rem!important;
  
}
.contacto-B {
  float: left;
  width: 50%;
  text-align: center;
  padding-left: 10%;
}
iframe {
  border-radius: 1vh;
}
form {
  width: 80%;
  margin-left: 6%;
}

input, textarea {
  width: 100%;
  margin-bottom: 1vh;
  background-color: #EDEDED;
  border: none;
  padding: 1vh 4%;
}
.contacto-A a {
  text-decoration: none;
  color: black;
}

.contacto-A p {
  width: 80%;
}
input[type="submit"] {
  background-color: #01a6e7;
  color: white;
  border-radius: 7vh;
  font-family: Montserrat-Regular;
  font-size: 1.6em;
}
.contacto-A i {
  color: #01a6e7;
}
.redesContact {
  color: #01a6e7;
  font-size: 1.5em;
}
.dropdown-menu-dark {
  background-color: rgb(0,0,0,.5) !important;

}

#whastsmov{
  display: none;
}

@media screen and (min-width: 120px) and (max-width: 590px) {
  .w-100 {
    width: 104%!important;
}
  #carrucelmov{
    display: block;
  }
  #carrucel{
    display: none;
  }
  .imgOfertasEd {
    border-width: 8px;
}
  img.logoNosotros {
    width: 16%;
}
  #cctHome {
    font-size: 0.7em;
}
  .whatsappindex {
    display: none;
  }
  #whastsmov{
    display: inline;
  }
  #whatsapp{
    width: 13% !important;
  }
  .listCarrera {
    text-align: left !important;
    margin-left: 9%;
    font-size: 1em;
    width: 77%;
    text-align: justify;
  }

  .revoeDiv {
    margin-top: 12vh;
}
  .contacto-A {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 10%;
}
.contacto-B {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 8vh;
}
  .admisiones-txt {
    float: left;
    width: 87%;
    padding-left: 10%;
    text-align: justify;
    font-size: .8em;
}
.admisiones-img {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 5vh;
}
.admisiones-img img {
  width: 48%;
}
.tit-iniClases2 {
  float: left;
  margin-left: 51%;
  margin-top: -3vh;
  font-family: 'Montserrat-Regular' !important;
  font-size: 2.5em;
}
.tit-iniClases {
  float: left;
  font-size: 1.8em;
  margin-top: 4vh;
  margin-left: 0%;
}
  .tituloOfertas {
    color: white;
    top: 0;
    width: 90%;
    top: 6vh;
    font-size: 1em;
    left: 5%;
    background-color: rgb(0,0,0,.4);
    border-radius: 1vh;
}
  .DivCarrerah1 {
    padding-top: 0 !important;
}
#contenidoCarrera {
  position: inherit;
}
  .pb-5 {
    padding-bottom: 3rem!important;
  }
  .Contenedor-Carrera {
    display: inline;
}
  .imgCarrera {
    display: none;
}
  .DivCarrera {
    width: 100%;
    float: left;
    position: relative;
}
  .logo-footer2 {
    float: right;
    width: 23%;
    position: absolute;
    right: 0;
    top: 0;
    height: 11vh;
}
  .logo-footer2 img {
    width: 60%;
    padding-top: 2vh;
}
  .logo-footer1 {
    width: 23%;
}
  .footer p {
    margin-left: 30%;
    float: left;
    padding-top: 6.5vh;
    opacity: .7;
    font-size: .5em;
    width: 70%;
}
  .button-revoe {
    margin: 1vh 25% 2vh;
    padding: 1vh;
    width: 50%;
}
  .txt-revoe {
    width: 90%;
    float: left;
    font-size: .8em;
    padding-top: 0vh;
    padding-right: 0;
    opacity: .7;
    margin-left: 5%;
    margin-right: 5%;
}
  .tit-revoe {
    margin-top: 3vw;
    width: 95%;
    float: left;
    font-size: 2em;
    text-align: center;
    margin-left: 5%;
}
  .w-25 {
    width: 100%!important;
}
  .misionTxt {
    width: 90%;
    margin: 0 5%;
    font-size: .8em;
}
img.imgMision {
  width: 32%;
}
  h4.pt-3.pb-5 {
    font-size: .8em;
}
  .background-top {
    width: 270%;
  }
  .active {
    font-family: 'Montserrat-Bold';
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: white;
}
  .iconosRedesB {
    color: white !important;
    font-size: 1em;
}
  .navbar-collapse {
    color: #dee2e6 !important;
    background-color: rgb(0,0,0,0.8);
}
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}


  .dropdown-menu-dark {
    background-color: rgb(0,0,0,0) !important;
    border-color: rgb(265,265,265,.1);
  }
  .SMIcons {
    font-size: 1.8em;
}
.active {
  text-align: left;
}
.navbar-menu-primary {
    background-color: rgb(0,0,0,.6);
}
#flechaizq {
  width: 3%;
  top: 57vw;
}
#flechader {
  width: 3%;
  top: 57vw;
  right: 8%;
}
#flechaizqmov {
  width: 3%;
  top: 75vw;
  left: 3%;
  /* border: solid;
  border-color: black;
  border-width: 5px; */
  z-index: 9999;

}
#flechadermov {
  width: 3%;
  top: 75vw;
  right: 3%;
  /* border: solid;
  border-color: black;
  border-width: 5px; */
  z-index: 9999;

}
  #bandera {
    position: absolute;
    z-index: 9;
    width: 10%;
    right: 2%;
    top: 14vh;
    cursor: pointer;
}

  .container{
    overflow: auto;
  }
  .mobilePrices{
    position: absolute;
    z-index: 1;
  }
  .opacity7{
    opacity: .7;
  }
  .separador{
    font-size: 0.4em;
  }
  .col {
    flex: none;
    width: 33.33% !important;
    float: left;
}
.titulo1 {
  font-size: 2.5em;
}
.contSMIcons{
  width: 100%;
}
  .SMIcons{
    margin-top: 1vh;
    width: 25%;
    float: left;
  }
  .h1Bootom {
    font-size: 1.1em;
    margin-left: 8% !important;
}
  .fadeinLogo {
    width: 90% !important;
}
  .micuenta {
    display: none;
  }

  .carta-box {
    height: 35vh;
}
h4#nombreTarjeta {
  bottom: 3vh;
  left: 6%;
  font-size: 1.4em;
}
div#barCode {
    position: absolute;
    bottom: 3vh;
    left: 17%;
    width: 29%;
}
html{
  overflow-x: hidden;
}
.menu {
  height: 27vh;
}
#logomenu {
  left: 3%;
  top: 8vh;
}
.logo-menu-menuresized {
  width: 16.5%;
}
.logo-menu {
  width: 96%;
}
.ms-5{
  margin-left: 1rem!important;
}
#pets {
  position: absolute;
  left: 60%;
  top: 9vh;
}
.pets{
  width: 15vh;
}
.search-wrapper {
  width: 43%;
  top: 1.5vh;
  right: 32%;
}
.search {
  padding: 1.2vh 1vw 1.2vh 11vw;
  width: 100%;
  top: 0;
  font-size: 1em;
  border-radius: 5px;
}
.search-icon {
  width: 8%;
  left: 12px;
  top: 2.5vh;
}
button.mi-cuenta {
  right: 4%;
  top: 1.2vh;
  font-size: 1em;
  border-radius: 1vw;
  border: none;
  padding: 0.5vh 1.5vw 0.5vh 1.5vw;
}
.carrito {
  right: 0.5vw;
  top: 1.7vh;
  font-size: 1.7em;
}
#dropdownMenuButton1 {
  right: 8%;
  top: 2.2vh;
  padding: 1.5vh 9.5vw 1.5vh 1.5vw;
  background-color: transparent;
}
.micuenta {
  top: 0vh;
  width: 12%;
  position: absolute;
  right: 19%;
  text-align: center;
}
img.icoUserMenu {
  width: 218%;
}
.slick-arrow{
  display: none !important; 
} 
.slick-list {
  width: 140%;
  left: -20%;
}
.op{
  width: 47%;
}
img.logofooter {
  filter: contrast(.01) brightness(1.6);
  float: right;
  margin: 5vh 2vw;
  width: 21%;
}
.redes {
  float: left;
  width: 35%;
  margin-left: 2vw;
}
img.social {
  float: left;
  width: 22%;
  margin: 6vh 1vw;
  cursor: url(../img/cursor2.png), pointer;
}
.footer h4 {
  width: 56%;
  float: left;
  margin: -3vh 0 0;
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 1em;
}

.contacizqh1mov {
  font-size: 2em;
  margin-left: 5%;
  margin-bottom: 4vh;
  font-family: MPLUSRounded1c-Bold;
  display: block;
  margin-top: -5vh;
}
.sucurizq {
  width: 87%;
  margin-left: 7.5%;
  margin-right: 7.5%;
  float: left;
  margin-top: -3vh;
  max-height: 42vh;
  overflow-y: auto;
}
.sucurizqh1 {
  display: none;
}
.panelp {
  font-family: MPLUSRounded1c-Regular;
  font-size: 1.5em;
  margin-top: 0;
  width: 100%;
}
.sucurcder {
  width: 95%;
  float: left;
  margin-top: 1vh;
  text-align: center;
  margin-left: 5%;
}
.mapa {
    border-radius: 1vw;
    width: 95%;
    overflow: hidden;
    height: 32vh;
    text-align: center;
}
.bienvendiotxt {
  position: absolute;
  right: 2%;
  bottom: 0vh;
  font-size: .6em;
}

.swal2-container.swal2-center>.swal2-popup {
  width: 90% !important;
}
  
  button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 3vw;
    transition: 0.4s;
  }
  div.panelsuc.show {
    opacity: 1;
    max-height: 500px;
    font-size: 2.5vw;
  }

  #somos {
    width: 80%;
    margin: 5vw 10%;
    color: black;
    float: left;
  }
  .topnosotros1 {
    top: 15vw;
  }
  .topnosotros2 {
    top: 36vw;
  }
  #cerrarnosotros {
    position: absolute;
    width: 9%;
    right: 0.5%;
    top: 0.5vw;
    cursor: pointer;
  }
  #txtnosotros h1 {
    font-size: 4.6vw;
    font-family: Futura-Medium-01;
  }
  #sello2 {
    width: 80%;
    float: left;
    margin: 2vw 0;
    margin-left: 4%;
    margin-right: 12%;
    font-size: 2.2vw;
  }
  #sello2 img {
    width: 21%;
    float: left;
    margin: 0 4%;
  }
  .certificado1 {
    margin-left: 7%;
    font-size: 2.2vw;
    width: 93%;
    margin-top: 20vw;
  }
  .serviciosss {
    width: 45%;
    float: left;
  }

  .titproy {
    font-family: Futura-Medium-01;
    font-size: 6vw;
    color: black;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 7vw;
  }
  .infoextra {
    width: 100%;
    margin: 0;
    float: left;
    margin-top: 5vw;
    overflow-y: auto;
    position: relative;
    font-family: AvenirNextLTPro-Regular;
    font-size: 1vw;
    padding: 1.5vw;
    overflow: hidden;
  }
  .infoextrah1 {
    margin-top: 0;
    font-family: Futura-Medium-01;
    font-size: 4.5vw;
    width: 100%;
    text-align: left;
    color: black;
    margin-left: 2%;
  }
  .infoextra ul {
    width: 50%;
    margin-left: -8%;
    float: left;
    font-size: 2.7vw;
    line-height: 4.3vw;
    text-align: justify;
  }
  #contacto {
    float: left;
    width: 94%;
    background-color: white;
    color: black;
    text-align: justify;
    padding: 1vw 3%;
    font-size: 3.5vw;
    background: url(../../img/contacto.jpg) fixed no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 2vw;
  }

  .formulario {
    width: 100%;
    float: left;
    margin-left: 4%;
  }

  .datos10 {
    width: 55%;
    margin-left: 30%;
    float: left;
    margin-top: 4vw;
    color: black;
    font-size: 3.5vw;
  }

  input,
  textarea {
    margin-top: 2vw;
    font-size: 3.5vw;
    border-radius: 5px;
    font-family: sans-serif;
    float: left;
  }

  #nombre {
    width: 100%;
  }

  #correo {
    width: 100%;
  }

  #telefono {
    width: 100%;
    margin-left: 0.5%;
  }

  #asunto {
    width: 90.5%;
  }

  #mensaje {
    width: 100%;
    margin-bottom: 4vw;
  }

  #enviar {
    width: 30%;
    margin-left: 30%;
    padding: 1.5vw 0;
  }
  #contacto h1 {
    font-family: Futura-Medium-01;
    font-size: 7vw;
  }
  label.leido {
    font-size: 3.2vw;
    float: left;
    margin: 1vw 0vw;
    width: 79%;
    font-family: GothamLight;
  }
  .infoextra {
    width: 100%;
    margin: 0;
    float: left;
    margin-top: 5vw;
    overflow-y: auto;
    position: relative;
    font-family: AvenirNextLTPro-Regular;
    font-size: 1vw;
    padding: 1.5vw;
    overflow: hidden;
  }
  .infoextra img {
    width: 50%;
    float: left;
    margin: 3vw 3%;
  }
  .opservicios {
    width: 100%;
    margin: 0vw 0.1%;
    height: 10vw;
  }
  .opserviciosh2 {
    font-family: AvenirNextLTPro-Regular;
    text-align: left;
    font-size: 2.4vw;
    color: black;
    width: 80%;
    margin: 2vw 10%;
    opacity: 1;
    transition: all 0.5s;
  }
  .opservicios img {
    position: absolute;
    width: 2%;
    right: 2%;
    top: 1.7vw;
  }
  #listserv {
    width: 55%;
    float: left;
    background: #f8c471;
    height: 40vw;
    position: relative;
  }
  .listserv {
    position: absolute;
    font-family: GothamLight;
    top: 0vw;
    left: 4%;
    width: 100%;
    font-size: 2.44vw;
    transition: all 0.5s;
    color: black;
    list-style: none;
    margin-left: -20%;
  }
  .icosomoscont {
    margin-top: 7vw;
  }
  .icosomoscontimg {
    width: 60%;
  }
  .somosh1 {
    font-size: 4.5vw;
    margin-top: 0vw;
  }
  .arrow {
    width: 18%;
  }
  #txtnosotrosp {
    font-size: 2.7vw;
    padding: 4vw;
    margin-top: -1.5vw;
    min-height: 42vw;
  }
  #logoresp {
    display: block;
    position: fixed;
    width: 28%;
    top: 0;
    padding: 2vw 4vw;
    background-color: rgb(255, 255, 255, 0.8);
    border-bottom-right-radius: 3vw;
    z-index: 9;
  }
  .videointro {
    width: 100%;
    margin-left: 0%;
  }
  #icomenu {
    display: inline;
    width: 10%;
    position: fixed;
    top: 2vw;
    right: 2vw;
    cursor: url("../img/cursor2.png"), pointer;	
    z-index: 99999;
  }

  .limenulogo {
    width: 100%;
    text-align: center;
    margin: 0.5vw 0vw;
  }
  .limenulogo img {
    width: 70%;
  }
  .limenu {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0.5vw 0vw;
    margin-top: 5vw;
  }
  .limenuredes {
    margin: 1.5vw 2.5%;
    width: 20%;
    padding-top: 9vw;
  }
  .slick-slide img {
    max-height: 45vw;
  }
  .slider {
    width: 80%;
    margin-top: 18vw;
  }
}
