@font-face {
   font-family: 'Telefonica';
   src: url('../fonts/Telefonica-Regular.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Telefonica';
   src: url('../fonts/Telefonica-Bold.otf') format('opentype');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'Telefonica';
   src: url('./fonts/Telefonica-Light.otf') format('opentype');
   font-weight: 300;
   /* Light */
   font-style: normal;
}

@font-face {
   font-family: 'Telefonica';
   src: url('./fonts/Telefonica-ExtraLight.otf') format('opentype');
   font-weight: 200;
   /* ExtraLight */
   font-style: normal;
}

@font-face {
   font-family: 'Telefonica';
   src: url('./fonts/Telefonica-RegularItalic.otf') format('opentype');
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: 'TelefonicaCap';
   src: url('./fonts/TelefonicaCap-Regular.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}

body {
   font-family: 'Telefonica', sans-serif;
}

.telefonica {
   background-image: url(/wp-content/uploads/lp-actualizando/assets/back-mob.webp);
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   height: 100%;
}

.telefonica h1 {
   font-weight: 300;
   color: #fff;
}

.telefonica p {
   font-weight: 300;
}

.telefonica__text,
.telefonica__text a {
   color: #fff;
}

.telefonica__text a {
   font-weight: 600;
}

.telefonica__redes {
   padding: 10px 20px;
}

.telefonica__redes img {
   width: 20px;
   height: 20px;
   margin-right: 5px;
}
