/* 
Theme Name: Beeinsured Web
Theme URI: beeinsuredUSA.com
Version:1
Author: Rolando Símon
Author URL:
Description: Beeinsured Web Layout has been created based on the needs of direct response in order to fit in all the new platform. 
License:Creative Common Attribution-NonCommercial-NoDerivatives 4.0 International 
License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
Text Domain: Beeinsured
Tags: one-column, two-columns, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Use it to make something cool, have fun, and share what you've learned with others.

*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  list-style: none;
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* LESS Document */
/*Colores Generales================
      ===============================*/
.botonprincipal {
  background: #ffc94f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffc94f 0%, #cc7d1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffc94f 0%, #cc7d1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffc94f 0%, #cc7d1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b941 ', endColorstr='#dc8c29  ', GradientType=0);
  /* IE6-9 */
  padding: 9px 10px;
  color: #fff;
  border: 0;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  overflow: hidden;
}
.botonprincipal span {
  position: relative;
}
.botonprincipal:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: #6282bb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6282bb 0%, #075a87 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6282bb', endColorstr='#075a87', GradientType=0);
  /* IE6-9 */
}
.botonprincipal:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.botonsecundario {
  background: #6282bb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6282bb 0%, #075a87 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6282bb 0%, #075a87 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6282bb', endColorstr='#075a87', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
}
.botonsecundario:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: #f5b941;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5b941 0%, #dc8c29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5b941 0%, #dc8c29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5b941 0%, #dc8c29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b941 ', endColorstr='#dc8c29  ', GradientType=0);
  /* IE6-9 */
}
.botonsecundario:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
/*@tablet: ~"screen and (min-width:800px) and (max-width:1000px)";*/
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-size: 14px;
  color: #4f4f4f;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
textarea,
i {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
a:hover {
  color: #d10917;
}
.bold {
  font-weight: bold;
}
.verde {
  color: #2DE3AC !important;
}
.rojo {
  color: #d62727 !important;
}
.amarillo {
  color: #D2A02B !important;
}
.link {
  color: #eead2c !important;
  cursor: pointer;
}
.link:hover {
  color: #d69411 !important;
}
.large {
  font-size: 16px;
}
.xlarge {
  font-size: 20px;
}
.xxlarge {
  font-size: 26px;
}
.small {
  font-size: 12px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.pointer {
  cursor: pointer;
}
.shadow1 {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.16), 1px 4px 6px 0 rgba(0, 0, 0, 0.12);
}
.bgs {
  background-position: center;
  background-size: cover;
}
/* for custom scrollbar for webkit browser*/
::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background-color: #e3e0e0;
  outline: none;
  border-radius: 10px;
}
body {
  background-color: #232323;
  padding: 20px;
}
body.overhidden {
  overflow: hidden;
}
header {
  position: relative;
  background-color: #d10917;
  width: 100%;
  max-width: 1250px;
  padding: 12px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  BORDER: 10px solid #a6efff;
}
header .header-logos {
  position: relative;
  background-color: #232323;
  max-width: calc(100% - 10px);
  text-align: center;
  padding: 20px;
  /* padding-bottom: 470px; */
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
header .header-logos .bg-principal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
header .header-logos .logo-principal {
  width: 100%;
  max-width: 366px;
  margin-bottom: 50px;
  animation: anilogo 5s infinite;
  position: absolute;
  top: 20px;
  right: 20px;
}
header .header-logos .logo-secundario {
  list-style: none;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 70% 30%;
}
header .header-logos .logo-secundario img {
  width: 100%;
  padding-left: 10px;
  align-self: center;
  animation: colores 20s infinite;
}
header .header-logos .logo-secundario .info {
  width: 100%;
  color: #fff;
  align-self: center;
}
header .header-logos .bandera {
  list-style: none;
  margin-top: 54px;
  margin-bottom: 20px;
  border-radius: 2px;
}
header .slide-principal {
  background-color: #000;
  width: cal(-400%);
}
@media screen and (max-width: 800px) {
  header {
    height: 280px;
    width: 100%;
    max-width: 100%;
  }
  header .header-logos {
    height: 280px;
    width: 100%;
    max-width: 100%;
  }
}
.headerSlider {
  width: 100%;
  height: 100%;
  position: relative;
}
.headerSlider div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.headerSlider div.active {
  opacity: 1;
  z-index: 2;
}
.headerSlider div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.headerSlider div h3 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.18);
}
@media screen and (max-width: 800px) {
  .headerSlider div h3 {
    font-size: 108px;
    top: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .headerSlider div h3 {
    font-size: 130px;
  }
}
.headerSlider div h3 span {
  font-size: 20px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 800px) {
  .headerSlider div h3 span {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .headerSlider div h3 span {
    font-size: 45px;
  }
}
.headerSlider div h3 label {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 800px) {
  .headerSlider div h3 label {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .headerSlider div h3 label {
    font-size: 30px;
  }
}
.headerSlider div h3 label a {
  color: #fff;
}
.headerSlider div h3 label a.city {
  padding-right: 10px;
}
.headerSlider div h3 a {
  color: #fff !important;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  /* &:hover{
                  color: @main-color;
              } */
}
.lados {
  display: grid;
  grid-template-columns: 35% 30% 35%;
  margin: 0 auto;
  max-width: 1250px;
  height: 100%;
  max-height: 507px;
  margin-top: 20px;
}
.lados .izquierda,
.lados .derecha,
.lados .centro {
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 800px) {
  .lados .izquierda,
  .lados .derecha,
  .lados .centro {
    height: 400px;
    margin-bottom: 70px;
  }
}
.lados .izquierda .logo-big,
.lados .derecha .logo-big,
.lados .centro .logo-big {
  position: absolute;
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  z-index: 100;
}
.lados .izquierda .logo-small,
.lados .derecha .logo-small,
.lados .centro .logo-small {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  height: 65px;
  background-color: #ffffff;
  object-fit: contain;
}
.lados .izquierda a,
.lados .derecha a,
.lados .centro a {
  background-color: #d10917;
  display: block;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.lados .izquierda a:hover,
.lados .derecha a:hover,
.lados .centro a:hover {
  background-color: #d10917;
  color: #fff;
}
.lados .centro {
  margin-right: 10px;
  margin-left: 10px;
}
.lados .centro img {
  width: 100%;
  height: 100%;
}
.lados .centro h3 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  text-align: center;
  top: 120px;
}
.lados .centro a {
  margin-top: -4px;
}
@media screen and (max-width: 800px) {
  .lados .centro {
    margin-right: 0;
    margin-left: 0;
  }
  .lados .centro h3 {
    left: calc(50% - 195px);
  }
}
@media screen and (max-width: 800px) {
  .lados {
    grid-template-columns: 100%;
  }
}
.div-interno {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.header-interno {
  display: block;
  background: #24001e;
  background: linear-gradient(90deg, #24001e 0%, #d10917 100%);
}
.header-interno nav {
  display: grid;
  grid-template-columns: 300px auto;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header-interno nav {
    grid-template-columns: 100%;
  }
  .header-interno nav ul {
    text-align: center;
  }
  .header-interno nav ul li a {
    padding: 5px;
  }
}
.header-interno img {
  width: 170px;
  margin: 0 auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header-interno ul {
  list-style: none;
  text-align: right;
}
.header-interno ul li {
  list-style: none;
  color: #fff;
  display: inline-block;
}
.header-interno ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-size: 20px;
}
.header-interno ul li a:hover {
  color: #ffc94f;
}
.content-interno {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.content-interno h1 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20PX;
}
.content-interno h2 {
  font-size: 40px;
  TEXT-ALIGN: center;
  padding: 12px;
  color: #000;
  --stripe: #dccfcf;
  --bg: #e1c0c0;
  background: linear-gradient(135deg, var(--bg) 25%, transparent 25%) -50px 0, linear-gradient(225deg, var(--bg) 25%, transparent 25%) -50px 0, linear-gradient(315deg, var(--bg) 25%, transparent 25%), linear-gradient(45deg, var(--bg) 25%, transparent 25%);
  background-size: 100px 100px;
  background-color: var(--stripe);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* text-shadow: 1px 1px 3px #333; */
  width: calc(100% - 15px);
  margin-bottom: -5px;
}
@media screen and (max-width: 800px) {
  .content-interno h2 {
    width: 100%;
  }
}
.content-interno .img-interno-principal {
  width: 100%;
  margin-bottom: 10px;
}
.listadescarga {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  column-gap: 10px;
}
.listadescarga img {
  width: 100%;
  border: 3px solid #d10917;
}
.listadescarga a {
  padding: 10px;
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  column-gap: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.listadescarga a img {
  color: #232323;
}
.listadescarga a:hover {
  color: #232323;
  background-color: #daf8ff;
}
.listadescarga p {
  font-weight: bold;
  color: #232323;
  font-size: 1.2rem;
}
.listadescarga p span {
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 800px) {
  .listadescarga {
    grid-template-columns: 100%;
  }
  .listadescarga img {
    align-self: start;
  }
}
.fotosinfo {
  display: grid;
  grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
  align-items: start;
}
.fotosinfo div {
  display: grid;
  grid-template-columns: calc(100% - 10px);
  align-items: start;
  color: #232323;
  margin-bottom: 10px;
}
.fotosinfo div:nth-child(even) {
  grid-template-columns: calc(100%);
}
.fotosinfo div:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.fotosinfo div:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 7;
  padding-right: 10px;
}
.fotosinfo div:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.fotosinfo div:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 7;
  margin-right: 10px;
}
.fotosinfo div:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.fotosinfo div:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-right: 10px;
}
.fotosinfo div:nth-child(7) {
  grid-column-start: 3;
  grid-column-end: 5;
}
.fotosinfo div:nth-child(8) {
  grid-column-start: 5;
  grid-column-end: 7;
  margin-right: 10px;
  /*       margin-top: -10px;
      margin-bottom: 33px;
      padding-right: 30px; */
}
.fotosinfo div:nth-child(9) {
  grid-column-start: 1;
  grid-column-end: 7;
}
.fotosinfo div:nth-child(10) {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-right: 10px;
}
.fotosinfo div:nth-child(11) {
  grid-column-start: 3;
  grid-column-end: 5;
}
.fotosinfo div:nth-child(12) {
  grid-column-start: 5;
  grid-column-end: 7;
  margin-right: 10px;
}
.fotosinfo div:nth-child(13) {
  grid-column-start: 1;
  grid-column-end: 7;
}
.fotosinfo div:nth-child(14) {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-right: 10px;
}
.fotosinfo div:nth-child(15) {
  grid-column-start: 3;
  grid-column-end: 5;
  /* 
      margin-top: -10px;
      margin-bottom: 33px;
      padding-right: 30px; */
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(15) {
    padding: 0;
  }
}
.fotosinfo div:nth-child(16) {
  grid-column-start: 5;
  grid-column-end: 7;
  margin-right: 10px;
}
.fotosinfo div:nth-child(17) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.fotosinfo div:nth-child(18) {
  grid-column-start: 3;
  grid-column-end: 5;
  margin-right: 10px;
}
.fotosinfo div:nth-child(19) {
  grid-column-start: 5;
  grid-column-end: 7;
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(19) {
    padding: 0;
  }
}
.fotosinfo div:nth-child(20) {
  grid-column-start: 1;
  grid-column-end: 7;
  margin-right: 10px;
}
.fotosinfo div:nth-child(21) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.fotosinfo div:nth-child(22) {
  grid-column-start: 3;
  grid-column-end: 5;
  margin-right: 10px;
}
.fotosinfo div:nth-child(23) {
  grid-column-start: 5;
  grid-column-end: 7;
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(23) {
    padding: 0;
  }
}
.fotosinfo div:nth-child(24) {
  grid-column-start: 1;
  grid-column-end: 7;
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(24) {
    padding: 0;
  }
}
.fotosinfo div:nth-child(25) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.fotosinfo div:nth-child(26) {
  grid-column-start: 3;
  grid-column-end: 5;
  margin-right: 10px;
}
.fotosinfo div:nth-child(27) {
  grid-column-start: 5;
  grid-column-end: 7;
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(27) {
    padding: 0;
  }
}
.fotosinfo div:nth-child(28) {
  grid-column-start: 1;
  grid-column-end: 7;
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(28) {
    padding: 0;
  }
}
.fotosinfo div:nth-child(29) {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(29) {
    padding: 0;
  }
}
.fotosinfo div:nth-child(30) {
  grid-column-start: 4;
  grid-column-end: 7;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .fotosinfo div:nth-child(30) {
    padding: 0;
  }
}
.fotosinfo div b {
  color: #1e3983;
}
.fotosinfo div img {
  width: 100%;
  border: 10px solid #d10917;
  border-radius: 4px;
  margin-right: 10px;
}
.fotosinfo div p {
  text-align: justify;
  padding: 10px;
  font-size: 16px;
  align-self: start;
}
.fotosinfo div p span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: justify;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .fotosinfo {
    grid-template-columns: 100%;
  }
  .fotosinfo div {
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
  }
}
.textoinfo {
  TEXT-ALIGN: center;
  font-size: 25px;
  padding: 0 10px 10px;
}
.textoinfo span {
  font-size: 19px;
}
.xtension {
  width: 200%;
}
@media screen and (max-width: 800px) {
  .xtension {
    width: 100%;
  }
}
.gobtn {
  background-color: rgba(38, 38, 38, 0.88);
  position: absolute;
  top: calc(50% - 20px);
  font-size: 20px;
  color: #fff;
  z-index: 20;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.gobtn:hover {
  background-color: #262626;
  transform: scale(1.1);
}
.gobackbtn {
  left: 2px;
}
.gonextbtn {
  right: 2px;
}
iframe {
  width: 100%;
}
.contactovideo {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #000;
  object-fit: cover;
}
.franja {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 7;
  padding: 21px !important;
  border-radius: 2px  !important;
  margin-bottom: 15px !important;
}
.fotos-internas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5px;
}
.fotos-internas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
  padding: 5px;
}
@media screen and (max-width: 800px) {
  .fotos-internas {
    grid-template-columns: 1fr;
  }
  .fotos-internas img {
    padding: 0;
    padding-bottom: 5px;
  }
}
@keyframes anilogo {
  0% {
    opacity: 0.8;
    transform: scale(0.8);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(0.8);
  }
}
@keyframes colores {
  0% {
    fill: #fff;
  }
  50% {
    filter: invert(48%) sepia(79%) saturate(1000%) hue-rotate(3deg) brightness(118%) contrast(119%);
  }
  100% {
    fill: #fff;
  }
}
