@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('../fonts/HelveticaNeueBold.eot');
  src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
      url('../fonts/HelveticaNeueBold.woff') format('woff'),
      url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
      url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('../fonts/HelveticaNeueLight.eot');
  src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
      url('../fonts/HelveticaNeueLight.woff') format('woff'),
      url('../fonts/HelveticaNeueLight.ttf') format('truetype'),
      url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('../fonts/HelveticaNeueMedium.eot');
  src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
      url('../fonts/HelveticaNeueMedium.woff') format('woff'),
      url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
      url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VerveineW01';
  src: url('../fonts/VerveineW01-Regular.eot');
  src: url('../fonts/VerveineW01-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/VerveineW01-Regular.woff2') format('woff2'),
      url('../fonts/VerveineW01-Regular.woff') format('woff'),
      url('../fonts/VerveineW01-Regular.ttf') format('truetype'),
      url('../fonts/VerveineW01-Regular.svg#VerveineW01-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBold.eot');
  src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NexaBold.woff2') format('woff2'),
      url('../fonts/NexaBold.woff') format('woff'),
      url('../fonts/NexaBold.ttf') format('truetype'),
      url('../fonts/NexaBold.svg#NexaBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


*{
  margin:0;
  padding: 0;
  font-family: 'HelveticaNeueMedium';
  font-weight: 500;

}
*, *:before, *:after {
     box-sizing: content-box !important;
}

.formContacto label {
  font-size: 18px;
  color: #212529;
  margin-bottom: 10px;
}

.formContacto .alineado input {
  border: 2px solid #ccc;
  padding: 10px 10px;
  border-radius: 8px;
  height: 27px;  
  margin-top: 15px;
}

.formContacto textarea {
  border: 2px solid #ccc;
  padding: 10px 10px;
  border-radius: 8px;
  box-sizing: border-box!important;  
  margin-top: 15px;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  padding: 10px 30px;
  border-radius: 46px;
  background-color: #ea554b;
  color: white;
  right: 10%;
  position: absolute;
  width: 40%;
  max-width: 200px;
}

.contacto .titulo, .titulo {
  font-family: 'HelveticaNeueBold';
}

/* .parrafoFooter p {
    width: 50%;
    line-height: 1.2;
    font-size: 13px;
    text-align: left;
    display: inline-table;
    padding-left: 50%;    
  } */

.ulPrensa li p {
  font-family: 'HelveticaNeueLight';
  font-weight: 100;
}
.ulPrensa li p::first-line {
  font-family: 'HelveticaNeueBold';
  font-weight: bold;
}

.shadow div span {
  border-bottom: solid 3px gray;
  padding: 0 80px 0px 0;
  display: inline-block;
  margin: 0 10px 0px 0;
}
.container{
  width: 80%;
  margin: 0 auto !important;
  overflow: hidden;
}
.imgPrincipal{
  width: 100%;
  object-fit: cover;
}
.singleheader img {
  height: auto;
  /* object-fit: cover; */
  width: 100%;
}
.titulo{
  text-align: center;
  color: rgba(16, 65, 110, 1);
  font-size: 2.5rem;
  margin-bottom: 3% !important;
  margin-top: 3% !important;
  padding-top: 130px;
}

.fecha{
  margin-top: 2% !important;
  color: #584f4fdb;
  float: right;
  position: relative;
  font-weight: 200;
}
.contenido{
  overflow: hidden;
  margin-bottom: 2%;
}
h2{
  color: rgb(14 163 210 / 85%);
   font-family: 'HelveticaNeueMedium';
  font-weight: 400;
  word-spacing: 5px;
  font-size: 1.5rem;
  margin-bottom: 2%;
}
.container p,li{
  color: black;
  font-weight: 200;
  font-size: 1.2rem;
  font-family: 'HelveticaNeueLight';  
  word-spacing: 5px;
}

div.persona h3 {
  font-family: 'HelveticaNeueMedium';
  font-weight: 800;
}

.container ul{
  width: 80%;
  margin: 0 auto !important;
  padding: 0 0 20px 5px;
}
.container li {

  
  list-style-type: none;
  padding: 0 0 5px 20px;
  position: relative;
}
.container li::before{
  content: '';
  display: block;
  background: #00aacd;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 20px;
  left: -4px;
  top: 6px;
}
section{
  margin-top: 2%;
  margin-bottom: 2%;
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  background-color: rgba(210, 213, 213, 0.24);
}
a.btnMtp{
  text-decoration: none;
}
.info{
  width: 100%;
  overflow: hidden;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.info .persona{
  width: 50%;
  float: left;
  display: inline-block;
}
.info .containerButton{
  width: 50%;
  text-align: right;
  display: inline-block;
}
h3{
  color: rgba(16, 65, 110, 1);
  font-size: 1.2rem;
  word-spacing: 5px;
  letter-spacing: 2px;
   font-family: 'HelveticaNeueMedium';
}
h5{
  color: rgb(14 163 210 / 85%);
  font-size: 0.7rem;
  word-spacing: 5px;
  letter-spacing: 2px;
  font-family: 'HelveticaNeueLight';
  font-weight: 600;
  margin-top: 1%;
}

.info button{
  float: right;
  display: inline-block;
}
.btnMtp{
  background-color: #D63200;
  width: 75%;
  padding: 2%;
  color: white;
  border: 2px solid #D63200;
  border-radius: 40px;
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 20px;
  padding-right: 20px;
}
/*Segunda subida MTP*/
div.persona p{
	    font-family: 'HelveticaNeueMedium';
    font-weight: 800;
	    color: rgba(16, 65, 110, 1);
    font-size: 1.2rem;
    word-spacing: 5px;
    letter-spacing: 2px;
}
div.persona p.dos{
	    color: rgb(7 100 130 / 85%);
    font-size: 0.7rem;
    word-spacing: 5px;
    letter-spacing: 2px;
    font-family: 'HelveticaNeueLight';
    font-weight: 600;
    margin-top: 1%;
}


@media (max-width:970px) {
  .btnMtp{
    width: 60%;
  }
}
@media(max-width: 800px){
  /* .parrafoFooter p {
    line-height: 15px;
    width: 100%;
    padding: 0;
    text-align: center;
} */
footer ul li {
  color: white;
}
.titulo {
  padding-top: 0; 
  font-size: 2rem;
}
  .container{
    margin-top: 100px !important;
  }
}
@media (max-width:750px) {
  .btnMtp{
    font-size: 1rem;
    width: 70%;
  }
  h3{
    font-size: 1rem;
  }
	.info .containerButton{
		width:100%;
	}
}
@media (max-width:500px) {
  .btnMtp{
    font-size: 1rem;
    width: 80%;
    padding: 6px;
  }
  h3{
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

  
}

single_add_to_cart_button {
  background-color: #e9554b !important;
}	
