@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Black.woff2') format('woff2'),
        url('../fonts/MyriadPro-Black.woff') format('woff'),
        url('../fonts/MyriadPro-Black.ttf') format('truetype'),
        url('../fonts/MyriadPro-Black.svg#MyriadPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body{

  
  font-family: 'Oswald', sans-serif;
  
    margin: 0;
    width: 100%;
    scroll-behavior: smooth;
    height: 100%;
    font-weight: 300;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.cover{
    background: #030502;
    color: #fff;
    padding: 20px 0 20px;
}
.logo{
    width: 250px;
    position: relative;
    z-index: 1;

}
.titulo-cover{
    padding-top: 100px;
}
.productos{

    width: 100%;
    margin-top: -50px;
    margin-bottom: -100px;
}
h1{
    font-weight: normal;
    font-size: 30px;
}
h1 span{
    font-weight: 900;
    font-size: 42px;
}
.bg-pink{
    background: #DC0C7D;
    color: #ffffff;
    font-size: 32px;
    padding: 5px;
    line-height: 1.5;
    display: unset;
    font-weight: bold;
}
.tercer-texto{
    font-size: 22px;
    font-weight: bold;
}
.cuadro-blanco{
    background: #fff;
    color: #030502;
    font-size: 30px;
    font-weight: 900;
    padding: 8px 0 2px;
}
.cuarto-texto{
    font-weight: 900;
    font-size: 38px;
    color: #DC0C7D;
    margin: 0;
}
#backtotop{
  display: inline-block;
  background-color: #2ba8fa;
  box-shadow: 3px 3px 5px 0px #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}


@-webkit-keyframes ani-mouse {
  0% {
    opacity: 0;
    transform: scaleY(1) translateY(0px);
  }
  5%,
  20% {
    opacity: 1;
    transform: scaleY(1) translateY(0px);
  }
  35% {
    opacity: 1;
    transform: scaleY(1.5) translateY(4px);
  }
  60% {
    opacity: 0.5;
    transform: scaleY(1) translateY(12px);
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: scaleY(1) translateY(18px);
    opacity: 0;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 0;
    transform: scaleY(1) translateY(0px);
  }
  5%,
  20% {
    opacity: 1;
    transform: scaleY(1) translateY(0px);
  }
  35% {
    opacity: 1;
    transform: scaleY(1.5) translateY(4px);
  }
  60% {
    opacity: 0.5;
    transform: scaleY(1) translateY(12px);
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: scaleY(1) translateY(18px);
    opacity: 0;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 0;
    transform: scaleY(1) translateY(0px);
  }
  5%,
  20% {
    opacity: 1;
    transform: scaleY(1) translateY(0px);
  }
  35% {
    opacity: 1;
    transform: scaleY(1.5) translateY(4px);
  }
  60% {
    opacity: 0.5;
    transform: scaleY(1) translateY(12px);
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: scaleY(1) translateY(18px);
    opacity: 0;
  }
}


a:hover {
  text-decoration: none;
}

.card1 {
  height: 100%;
  display: table;
  background: #f7fafd;
  line-height: 1.3;
  border-radius: 5px;
  padding: 20px 30px;
  color: #464646;
  transition: 0.3s ease;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.titulo-card {
  font-size: 22px;
  font-weight: 400;
  color: #464646;
  margin-bottom: 10px;
}

.card1 span {
  font-size: 16px;
  color: #00afe9;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 10px;
}

.icono {
  width: 20px;
  margin-right: 10px;
}

.icono-point {
  margin-right: 10px;
  float: left;
}

.datos p {
  font-weight: 400;
}

.cita {
  font-size: 13px;
  color: #008cbb;
}

@media only screen and (max-width: 576px) {
  .card1 {
      padding: 20px 10px 20px;
  }

  .titulo-card {
      font-size: 18px;
  }

  .card1 span {
      font-size: 13px;
  }
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid rgba(220, 12, 125, 0.5);
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 23%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #DC0C7D;
  border-radius: 4px;
  -webkit-animation: ani-mouse 1.75s linear infinite;
  -moz-animation: ani-mouse 1.75s linear infinite;
  animation: ani-mouse 1.75s linear infinite;
}

.titulo-rosa{
  border-radius: 11px;
  background: radial-gradient(ellipse at center, rgba(47, 174, 255, 1) 21%, rgba(31, 152, 237, 1) 84%, rgba(31, 152, 237, 1) 100%, rgba(0, 87, 173, 1) 100%);
  color: #fff;
  display: table;
  margin: auto;
  font-size: 28px;
  padding: 5px 50px;
  margin-bottom: 20px
}
.titulo-rosa p{
    margin: 0;
}
.titulo-rosa img{
    margin-top: -10px;
}

.mapa{
  padding-top: 60px;
  padding-bottom: 60px;
}


#map { 
    height: 65vh; 
    min-height: 350px;
    width: 100%;
}

select{
    text-transform: capitalize;
}
.mapaselect {
    border-radius: 10px;
    margin-left: 0px;
    width: 100%;
    height: 35px;
    text-transform: capitalize!important;
}
.form-control{
    background-color: #F4F2F2;
    border-color: #cccccc;
    border-radius: 0;
    
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 15px);
}
footer{
    /* background: #FF5594; */
    background: radial-gradient(ellipse at center, rgba(47, 174, 255, 1) 21%, rgba(31, 152, 237, 1) 84%, rgba(31, 152, 237, 1) 100%, rgba(0, 87, 173, 1) 100%);
    color: #ffeff5;
    text-align: center;
    padding: 15px 10px 10px;
}



@media (max-width: 991.98px) { 
     .titulo-cover{
        position: relative;
        z-index: 1;
        padding-top: 50px;
     }
     .productos{
         margin-top:-120px
     }

 }


@media (max-width: 767.98px) { 
    

 }
 @media (max-width: 575.98px) { 
     .titulo-rosa{
         padding: 5px 10px;
         font-size: 20px;
     }

 }


@media (max-width: 480px) { 
    .titulo-cover{
        text-align: center;
    }
    .bg-pink{
        font-size: 20px;
    }
    .tercer-texto{
        font-size: 18px;
        line-height: 1.2;
    }
    .productos{
         margin-top:-40px;
         margin-bottom: -30px
     }
 }