/*
font-family: "Poppins", sans-serif;

@media (max-width: 991.98px){ 
}
@media (max-width: 767.98px){
}
@media (max-width: 575.98px){
}
*/

.poppins-thin {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
}

.poppins-extralight {
font-family: "Poppins", sans-serif;
font-weight: 200;
font-style: normal;
}

.poppins-light {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
}

.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}

.poppins-semibold {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
}

.poppins-bold {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
}

.poppins-extrabold {
font-family: "Poppins", sans-serif;
font-weight: 800;
font-style: normal;
}

.poppins-black {
font-family: "Poppins", sans-serif;
font-weight: 900;
font-style: normal;
}

.poppins-thin-italic {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: italic;
}

.poppins-extralight-italic {
font-family: "Poppins", sans-serif;
font-weight: 200;
font-style: italic;
}

.poppins-light-italic {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: italic;
}

.poppins-regular-italic {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: italic;
}

.poppins-medium-italic {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: italic;
}

.poppins-semibold-italic {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: italic;
}

.poppins-bold-italic {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: italic;
}

.poppins-extrabold-italic {
font-family: "Poppins", sans-serif;
font-weight: 800;
font-style: italic;
}

.poppins-black-italic {
font-family: "Poppins", sans-serif;
font-weight: 900;
font-style: italic;
}


html{
font-size: 15px;
}

*{
font-family: "Poppins", sans-serif;
}

body > table {
display: none;
}

a,
.nav-link,
.dropdown-item,
.ultimnivel{
color: white;
}

a:hover,
.nav-link:focus, .nav-link:hover,
.dropdown-item:focus, .dropdown-item:hover,
.ultimnivel:focus, .ultimnivel:hover{
color: #ec691c;
text-decoration: none;
}


::selection {
background: #ec691c;
color: white;
text-shadow: none;
}

.dropdown-item.active, .dropdown-item:active{
background-color: #e9ecef;
color: #ec691c;
}

.preloader {
background-color: #ffffff;
}

.preloader > div img {
  max-width: 6rem;
}

#back2Top span {

}

#back2Top {

}



.boton_standard{
background-color: #ec691b;
border-color: #ec691b;
}

.boton_standard:hover{
color: #ec691b;
}

.dobleboton >a:last-child{
background-color: transparent;
border-color: #ec691b;
color: #ec691b;
}

.dobleboton >a:hover {
border-color: #b0b0b9;
background-color: #b0b0b9;
color: whitesmoke;
}


.texto_imagen .texto p{
line-height: 32px;
}

.parallax p {
  line-height: 32px;
}



@media (min-width: 1800px) {
  .container,
  .container-xxxl {
    max-width: 1750px;
  }
}

@media (max-width: 1500px) {
  .separador_altura {
    height: 5rem;
  }
}

@media (max-width: 1200px) {
  .separador_altura {
    height: 4.5rem;
  }
}

@media (max-width: 991.98px) {
  .separador_altura {
    height: 3rem;
  }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {

}

/*======================================================
HEADER
======================================================*/
#top-bar i{
color: #ec691b;  
font-weight: 600;
}

#top-bar .iz a {
margin-right: 8px;
}

#top-bar a{
font-weight: 600;
}

#top-bar a:hover span {
  text-decoration: none;
}

#header{
position: relative;
}

.navbar,#top-bar{
background-color: transparent;
}

#top-bar{
border-bottom: solid 1px #ffffff1c;
padding-top: 7px;
padding-bottom: 5px;
}

.nav-item:last-child .nav-link{
background-color: #ec691b;
border-radius: 30px;
padding-left: 19px;
padding-right: 19px;
font-size: 12px;
margin-top: 3px;
letter-spacing: 1px;
margin-left: 20px;
color: #13263c;
font-weight: 700;
cursor: pointer;
}

.nav-item:last-child .nav-link:hover{
background-color: white;
columns: #ec691b;
}

.menu_screen{
  position: relative;
}

.formmenulogin{
display: none; 
position: absolute;
right: 0px;
top: 49px;
background-color: white;
box-shadow: 2px 2px 2px #0000002b;
border: solid 1px lightgrey;
padding: 12px;  
}

.formmenulogin label{
font-size: 10px;
margin-bottom: 2px;
font-weight: 600;
}

.formmenulogin input{
border: solid 1px #e0e0e0;
font-size: 13px;
width: 100%;
padding: 7px 10px;
margin-bottom: 3px;
}

.formmenulogin button{
background-color: #ec691b;
font-weight: 500;
font-size: 14px;
color: white;
}

.formmenulogin.abierto{
display: block;
}


@media (max-width: 1500px) {

  .nav-item:last-child .nav-link {
  padding: 6px 12px 4px 12px;
  font-size: 11px;
  margin-left: 15px;
  }

  .nav-link {
  font-size: 13px;
  margin-left: 9px !important;
  }

}

@media (max-width: 1199px) {

  #header {
  background-color: #15283d;
  }

  
  .itemsmovil .nav-item:last-child .nav-link {
  padding: 6px 14px 6px 14px;
  font-size: 13px;
  margin-left: 0px;
  margin-left: 0px;
  background-color: transparent;
  color: #ec691b;
  font-weight: 600;
  padding-left: 0px;
  margin-top: 0px;
  }

  .formmenulogin {
  position: relative;
  margin-top: -3rem;
  margin-bottom: 0rem;
  }


}

@media (max-width: 991.98px) {



}

@media (max-width: 767.98px){


}


@media (max-width: 575.98px) {


  
}


/*======================================================
HOME
======================================================*/

.texto_imagen .titulo,
.titulo_fragmento .titulo{
color: #13263c;
}

.titulo_fragmento {
text-align: center;
margin-bottom: 4rem;
}

.titulo_fragmento .titulo{
background: url(/assets/custom/img/line.png) no-repeat center bottom;
padding-bottom: 1rem;
}

.titulo_fragmento p {
margin: 0 auto;
margin-top: 1.5rem;
max-width: 700px;
}

.titulo_fragmento p a{
color: #ec691b;
font-weight: 600;
}

.titulo_fragmento p a:hover{
text-decoration: underline;
color: grey;
}

.introhome .texto .contenido {
max-width: 800px;
text-align: center;
}

.introhome .texto .contenido img{
margin-bottom: 2rem;
max-width: 250px;
}

@media (max-width: 1500px) {

  .slide_home .contenido {
  max-width: 75%;
  }

}

@media (max-width: 991.98px) {

  .titulo_fragmento {
  margin-bottom: 3rem;
  }


}

@media (max-width: 767.98px){

  .slide_home .contenido {
  max-width: 90%;
  }

  .slide_home .titulo {
  font-size: 2.9rem;
  line-height: 59px;
  }

  .introhome .texto .contenido img {
  max-width: 170px;
  }

}

@media (max-width: 575.98px) {

  .slide_home .contenido {
  max-width: 100%;
  padding: 0px;
  }

  .slide_home .titulo {
    font-size: 2.1rem;
    margin-bottom: 3rem;
    line-height: 43px;
  }
 

}





/*======================================================
FOOTER
======================================================*/

footer {
background-color: #13263c;
}

footer .nivel1 .itemsmenu a {
font-size: 15px;
}


footer .nivel2 {
border-top: solid 1px #ffffff1c;
}

footer .datos a {
color: #ffffff96;
}

footer .datos a:hover{
color: white;
}

footer .datos a span{
color: white;
font-weight: 600;
}

footer .datos a:hover span {
text-decoration: none;
}

footer .datos.color a{
color: white;
}

footer .datos.color a i{
  color: #ec691b;
}

footer .datos.color a:hover{
  color: #ec691b;
  }

.subfooter a {
color: #13263c;
}

.subfooter a i{
color: #ec691b;
}

.subfooter a:hover{
  color: #ec691b;
}

.subfooter {
justify-content: center;
}

@media (min-width: 992px){ 


  footer .nivel1  .itemsmenu a:last-child{
    background-color: #ec691b;
    border-radius: 30px;
    padding-right: 25px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 17px;
    color: #13263c;
    font-weight: 700;
    padding: 9px 23px;
    }
    
    footer .nivel1  .itemsmenu a:last-child:hover{
    background-color: white;
    color: #ec691b;
    }


}

@media (max-width: 1200px){ 

  footer .datos.color{
  margin-bottom: 10px;
  }

  footer .datos.color a {
  font-size: 15px;
  }

}

@media (max-width: 991.98px){ 

  footer .nivel1 .itemsmenu a {
  margin-bottom: 0px;
  padding: 6px 13px;
  display: inline-block;
  }

  footer .nivel1  .itemsmenu a:last-child{
  color: #ec691b;
  }

  footer .nivel1 {
  padding-bottom: 1rem;
  }

  .subfooter{
  padding: 13px 13px;
  line-height: 23px;
  }

}

@media (max-width: 767.98px){

  .subfooter a {
  display: block;
  font-size: 14px;
  padding: 2px;
  }

}

@media (max-width: 575.98px){

  footer .logofooter img {
  max-width: 171px;
  }

  footer .nivel1 .itemsmenu a {
  font-size: 15px;
  padding: 6px 10px !important;
  display: block;
  }

  footer .datos.color {
  margin-top: 17px;
  }

  .subfooter{
  padding: 18px 13px;
  line-height: 27px;
  }

  .subfooter a {
  display: block;
  font-size: 12px;
  padding: 1px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 2px;
  }

  footer .nivel2 .iconos {
  margin-bottom: 21px;
  margin-top: 12px;
  }

  footer .nivel2 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  }

  footer .nivel1 .itemsmenu {
  margin-top: 26px;
  }

}



/*======================================================
PÁGINA ESTANDARD
======================================================*/

.pagina_standard {
  /* background-color: #15362d; */
  /* border-top: solid 1px #3c513a; */
  color: #13263c;
  letter-spacing: 0.02rem;
  padding-left: 0px;
  padding-right: 0px;
}

.pagina_standard p a,
.pagina_standard li a {
  color: #13263c;
  text-decoration: underline !important;
  text-decoration-color: #51b5e5 !important;
  font-weight: bold;
}

.pagina_standard p a:hover {
  color: #51b5e5 !important;
}

.pagina_standard h1,
.pagina_standard h2,
.pagina_standard h3 {
  font-weight: 700;
}

.titulo_pagina_standard {
background: url(../img/titulo.jpg) no-repeat center;
padding: 0px;
background-size: cover;
}

.titulo_pagina_standard > div {
padding: 2.5rem 1rem;
background-color: #13263cf2;
margin-top: -104px;
padding-top: 158px;
}

.titulo_pagina_standard h1 {
color: #ec691b;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1rem;
text-align: center;
/* background: url(../img/line.png) no-repeat center bottom; */
padding-bottom: 0rem;
/* text-shadow: 2px 2px 2px #00000087; */
margin-bottom: 0px;
}

.titulo_pagina_standard .subitulo {
text-align: center;
color: #ffffff;
/* font-weight: 700; */
letter-spacing: 0.5px;
font-size: 11px;
margin-bottom: -45px;
border-top: solid 1px #ffffff24;
padding-top: 15px;
line-height: 20px;
padding-left: 10px;
padding-right: 10px;
margin-top: 3rem;
}

@media (max-width: 1200px) {

.titulo_pagina_standard > div {
  margin-top: -123px;
  padding-top: 139px;
}

}

@media (max-width: 575.98px) {
  .titulo_pagina_standard h1 {
    font-size: 1.5rem;
  }

  .titulo_pagina_standard {
    margin-bottom: 2rem;
  }

  .pagina_standard {
    /*padding-left: 10px;
    padding-right: 10px;*/
  }
}

/*======================================================
ARTICULOS
======================================================*/

.ariadna_articulos {
background-color: #e3e3e3;
margin-bottom: 0px;
z-index: 9;
position: relative;
}

.breadcrumb {
background-color: transparent;
margin-top: 1rem;
margin: 0px;
text-align: right;
padding: 4px 5px 7px 5px;
text-align: center;
}

.breadcrumb-item {
font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 0.09rem;
font-size: 12px;
}

.breadcrumb-item a {
color: #15362d42;
font-size: 12px;
}

.breadcrumb-item a:hover {
text-decoration: underline !important;
}

.breadcrumb > li {
font-weight: 700;
letter-spacing: 0px;
text-transform: none;
}

.breadcrumb > li:first-child {
margin-right: -3px;
}

.breadcrumb > li a,
.breadcrumb.ariadna_articulo .slctd a {
color: #13263c;
font-weight: 500;
font-size: 12px;

}

.breadcrumb > li a:hover,
.breadcrumb.ariadna_articulo .slctd a:hover {
color: #13263c;
text-decoration: underline !important;
}

.breadcrumb > li::before {
color: #13263c57;
padding-right: 6px;
padding-left: 7px;
content: "\f105";
font-size: 12px;
}

.breadcrumb > li.slctd a,
.breadcrumb.ariadna_articulo li:last-child a {
color: #13263c;
font-weight: 700;
font-size: 12px;
}

.breadcrumb-item.active {
color: #13263c;
font-weight: 900;
}

.atras_articulo .breadcrumb {
text-align: left;
}

.atras_articulo .breadcrumb a {
font-size: 1rem;
color: #13263c;
font-weight: 900;
}

.atras_articulo .breadcrumb a i {
font-size: 0.8rem;
}

.atras_articulo .breadcrumb a:hover {
opacity: 0.4;
}

.ficha_articulo >div{
padding: 0rem 2rem;
}

.ficha_articulo .titulo {
  letter-spacing: 0px;
  font-size: 26px;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.ficha_articulo .categoria {
font-weight: 500;
font-size: 0.9rem;
}

.ficha_articulo .categoria a {
color: #13263ce3;
font-weight: 400;
}

.ficha_articulo .categoria a strong {
color: #13263c;
}

.ficha_articulo .categoria .circulo {
font-weight: 900;
color: #51b5e5;
font-size: 1.4rem;
}

.ficha_articulo .categoria a:hover {
color: #51b5e5;
text-decoration-color: #13263c !important;
}

.ficha_articulo .resumen{
margin-top: 2rem;  
}

.ficha_articulo .resumen p {
text-align: justify;
color: #13263cb0;
font-size: 11px;
font-weight: 400;
letter-spacing: 0;
line-height: 18px;
margin-bottom: 15px;
}

.ficha_articulo .resumen p strong {

/* font-weight: 400;*/
}

.ficha_articulo .arti-price {
padding: 0px;
margin-bottom: 0rem;
display: inline-block;
color: #51b5e5;
font-weight: 700;
font-size: 2rem;
}

.ficha_articulo .arti-price del {
color: #dcdcdc;
font-size: 18px;
font-style: italic;
font-weight: 700;
letter-spacing: 0;
text-decoration: line-through;
/* margin-left: 0.5rem; */
display: block;
margin-top: -6px;
}


.ficha_articulo .cantidad_selector {
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: flex-start;
}

.ficha_articulo .cantidad_selector .plus,
.ficha_articulo .cantidad_selector .minus {
  /*border: solid #13263c 1px; */
  width: 30px;
  height: 30px;
  /* border-radius: 100%; */
  background-color: transparent;
  color: #13263c;
  line-height: 26px;
  background-color: #e3e3e3;
}

.ficha_articulo .cantidad_selector .qty {
background-color: transparent;
border: none;
color: #13263c;
font-weight: bold;
font-size: 1rem;
width: 2.5rem;
height: 100%;
margin: 0;
}

.ficha_articulo .cantidad_selector .plus:hover,
.ficha_articulo .cantidad_selector .minus:hover {
background-color: #51b5e5;
color: #15362d;
border-color: #51b5e5;
}

.ficha_articulo .cantidad {
/*margin-top: 15px;*/
}

.boton_comprar {
border: none;
padding: 10px 21px;
font-weight: 900;
color: #13263c;
letter-spacing: 0.1rem;
/* text-transform: uppercase; */
font-size: 15px;
background-color: #51b5e5;
letter-spacing: 0.5px;
}

.boton_comprar:hover {
opacity: 0.8;
}

.ficha_articulo .anadir_cesta {
margin-top: 1rem;
}

.ficha_articulo .imagenes_articulo {
background-color: red;
}

#sync1 {
/*max-width: 80%;*/
}

#sync1 .owl-dots {
margin-bottom: 1rem;
margin-top: 2rem;
display: none;
}

#sync1 .owl-nav,
#sync2 .owl-nav,
#sync2 .owl-dots{
display: none;
}

#sync1 .owl-dots .owl-dot {
border: 1px #13263c solid;
border-radius: 20px;
}

#sync1 .owl-dots .owl-dot.active {
background-color: #13263c;
}

#sync1 .owl-dots .owl-dot:hover {
background-color: #51b5e5;
border-color: #51b5e5;
}

#sync1 .owl-nav button.owl-next,
#sync1 .owl-nav button.owl-prev {
border: solid 2px #13263c;
color: #13263c;
}

#sync1 .owl-nav button.owl-prev {
left: -70px;
}

#sync1 .owl-nav button.owl-next {
right: -70px;
}

#sync1 .owl-nav button:hover {
background-color: #51b5e5;
border-color: #51b5e5;
color: #15362d;
}

#sync1 .owl-nav button .icon:before {
color: white;
}

#sync1 .owl-nav button:hover .icon:before {
color: white;
}

#sync1 .owl-nav .owl-next .icon {
margin-right: -4px;
}

#sync1.owl-carousel .owl-item img {
  max-height: 500px;
  object-fit: cover;
}

/*
#sync1 .owl-nav{
opacity: 0;
pointer-events: none;    
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} 

#sync1:hover .owl-nav{
opacity: 1;
pointer-events: inherit;   
}*/

#sync2 .owl-nav button.owl-prev {
left: -30px;
color: #51b5e5;
}

#sync2 .owl-nav button.owl-next {
right: -30px;
color: #51b5e5;
}

#sync2 .owl-nav button.owl-next:hover,
#sync2 .owl-prev button.owl-next:hover {
color: whitesmoke;
}

#sync2 {
margin-top: 5px;
}

#sync2 .item{
cursor: pointer;
}

.ficha_articulo .descripcion_articulo {
margin-top: 3rem;
border: solid 1px #ffffff24;
padding: 0.8rem;
}

.ficha_articulo .descripcion_articulo p {
text-align: justify;
color: #bbb9ba;
font-style: italic;
letter-spacing: 0.05rem;
line-height: 1.5rem;
font-size: 0.9rem;
}

.ficha_articulo .campo_seleccion .nombre {
font-weight: bold;
color: #13263c;
font-style: inherit;
margin-right: 5px;
}

.ficha_articulo .campo_seleccion select {
background-color: #13263c;
color: #51b5e5;
font-size: 0.9rem;
padding: 2px 6px;
}

.ficha_articulo .campo_seleccion.medidas label {
font-style: inherit;
color: #13263c;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion .nombre{
font-weight: bold;
color: #0e1122;
font-style: inherit;
margin-right: 5px;
display: block;
margin-bottom: 0px;
}

.ficha_articulo .campo_seleccion select{ 
background-color: #e6e6e6;
color: #282828;
font-size: 0.9rem;
padding: 2px 6px;
width: max-content;
border-color: #ababab;
min-width: 200px;
cursor: pointer;
}

.ficha_articulo .campo_seleccion label{
font-style: inherit;
color: #aeaeae;
margin-bottom: 0px;
cursor: pointer;  
}

.ficha_articulo .campo_seleccion .nombre label,
.ficha_articulo .cantidad >label{
color: #13263c;
font-weight: bold;
font-style: inherit;
margin-bottom: 4px;
font-size: 12px;
}

.ficha_articulo .campo_seleccion .inputs{
display: inline-block;
/* margin-left: 5px; */
margin-right: 2px;
margin-bottom: 10px;
}

.ficha_articulo .campo_seleccion .inputs label{
  padding: 5px 10px;
border: solid 1px #dddddd;
background-color: #f9f9f9;
webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-size: 12px;
color: #aeaeae;
font-weight: 700;
}

.ficha_articulo .campo_seleccion .inputs input{
display: none;
}

.ficha_articulo .campo_seleccion .inputs input:checked  ~ label,
.ficha_articulo .campo_seleccion .inputs:hover label{
color:#13263c;
border-color: #13263c;
background-color: white;
}

@media (max-width: 1500px) {
  .ficha_articulo .titulo {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .atras_articulo {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .breadcrumb {
    padding: 10px 10px;
    text-align: left;
  }

  #sync1 {
    max-width: 100%;
  }

  #sync1 .owl-nav button.owl-prev {
    left: 0px;
  }

  #sync1 .owl-nav button.owl-next {
    right: 0px;
  }
}

@media (max-width: 767.98px) {
  #sync1 .owl-nav {
    display: none;
  }
}

@media (max-width: 575.98px) {

  .breadcrumb {
    padding: 10px 10px;
    line-height: 17px;
  }

  .breadcrumb > li a, .breadcrumb.ariadna_articulo .slctd a,
  .breadcrumb > li.slctd a, .breadcrumb.ariadna_articulo li:last-child a{
  font-size: 12px;
  }

}

/*======================================================
BUSCADOR
======================================================*/

.informacion_busquedas {
  color: #13263c;
}

.informacion_busquedas .termino span,
.informacion_busquedas .encontrados strong {
  color: #51b5e5;
}

/*======================================================
PÁGINA CONTENIDO
======================================================*/

.pagina_contenido ul {
  padding-left: 1rem;
}

.pagina_contenido li:before {
  content: "· ";
  margin-left: -13px;
  position: absolute;
  font-weight: 900;
  color: #13263c;
  font-size: 18px;
  margin-top: -3px;
}

#searchform {
  margin-top: 25px;
}

#searchform input {
  border: solid 2px #13263c;
  background-color: transparent;
  color: #13263c;
  padding: 4px 13px;
}

#searchform .botonlcms {
  background-image: url(/assets/custom/img/color_mini.jpg);
  color: #13263c;
  font-weight: bold;
  /* font-size: 0.8rem; */
  text-transform: uppercase;
  background-color: #51b5e5;
  border-color: #51b5e5;
}

#searchform .botonlcms:hover {
  color: white;
}



/*======================================================
PAGINA TEXTO IMAGEN
======================================================*/
.pagina_texto_imagen .imagen img {
  height: 100%;
  object-fit: cover;
  width: auto;
}

.pagina_texto_imagen .imagen > *,
.pagina_texto_imagen .texto .contenido {
  max-width: 95%;
  margin: 0 auto;
}

.pagina_texto_imagen .texto .contenido {
  padding: 2rem 0rem;
}

.paginatextoimagen  .titulo{
background: url(/assets/custom/img/line.png) no-repeat left bottom;
padding-bottom: 15px;
}

.paginatextoimagen .texto p {
line-height: 32px;
font-size: 17px;
font-weight: 500;
color: #13263c;
}

.paginatextoimagen  .dobleboton {
margin-top: 3rem;
display: block;
}

.paginatextoimagen  .dobleboton a{
margin: 0px;
max-width: none;
text-align: center;
margin-bottom: 10px;
padding: 12px 29px;
}

@media (max-width: 1200px) {
  .pagina_texto_imagen .imagen > *,
  .pagina_texto_imagen .texto .contenido {
    max-width: 100%;
  }

  .pagina_texto_imagen .row > div:first-child {
    margin-bottom: 20px;
  }

  .pagina_texto_imagen .imagen img {
    height: auto;
  }
}

@media (max-width: 991.98px){

  .paginatextoimagen .texto .contenido {
  margin: 0;
  }

}



/*======================================================
BLOG
======================================================*/

.listadoservicio {
display: flex;
justify-content: space-between;
column-gap: 50px;
row-gap: 50px;
}

.caja_servicio{
width: 100%;
margin-bottom: 4rem;
}

.caja_servicio img{
width: 100%;
height: 315px;
object-fit: cover;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.caja_servicio a{
display: block;
text-align: center;
color: #13263c;
text-decoration: none;
font-weight: 400;
}

.caja_servicio .titulo{
margin: 26px 0px 10px 0px;
font-weight: 700;
font-size: 20px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.caja_servicio p{
font-size: 13px;
line-height: 24px;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.caja_servicio .iconomas{
background-color: #ec691b;
margin: 0 auto;
margin-top: 29px;
display: flex;
height: 30px;
width: 30px;
justify-content: center;
align-items: center;
border-radius: 100%;
font-size: 21px;
font-weight: 600;
color: white;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.caja_servicio a:hover img{
opacity: 0.8;
}

.caja_servicio a:hover .titulo{
color: #ec691b;
}

.caja_servicio a:hover p{
color: grey;
}

.caja_servicio a:hover .iconomas{
/*background-color: grey;*/
}

.pagina_blog {
display: flex;
}

.pagina_blog .listadoservicio {
column-gap: 20px;
row-gap: 20px;
width: 75%;
display: grid;
grid-template-columns: repeat(3, 1fr);
}

.pagina_blog .caja_servicio img {
height: 200px;
}

.pagina_blog  .caja_servicio .titulo {
font-size: 18px;
}

.pagina_blog  .caja_servicio p {
font-size: 12px;
line-height: 22px;
}

.sidebar_blog {
padding: 20px;
padding-top: 0px;
width: 25%;
}

.sidebar_blog > div{
background-color: #13263c;
padding: 25px;
margin: 0px;
position: sticky;
top: 85px;
}

.sidebar_blog a{
display: block;
margin-bottom: 2rem;
text-decoration: none;
}

.sidebar_blog img{
height: 104px;
width: 100%;
object-fit: cover;
margin-bottom: 1rem;
}

.sidebar_blog h4{
color: #ec691b;
text-align: center;
font-size: 18px;
margin-bottom: 2rem;
font-weight: bold;
}

.sidebar_blog h5{
font-size: 15px;
font-weight: bold;
}

.sidebar_blog p{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 13px;
color: #ffffff4f;
}

.barracontrol {
text-align: center;
margin-top: 6rem;
display: flex;
justify-content: center;
column-gap: 13px;
}

@media (max-width: 1500px) {

  .listadoservicio {
  column-gap: 30px;
  row-gap: 30px;
  }

  .caja_servicio img {
  height: 250px;
  }

  .pagina_blog .listadoservicio {
  width: 70%;
  }

  .sidebar_blog {
  width: 30%;
  }

}

@media (max-width: 1200px) {

  .caja_servicio img {
  width: 100%;
  height: 200px;
  }

  .caja_servicio .titulo {
  font-size: 18px;
  }

  .pagina_blog .listadoservicio {
  width: 100%;
  }

  .sidebar_blog {
  display: none;
  }

}

@media (max-width: 767.98px) {
 
  .caja_servicio img {
  height: 250px;
  }

  .listadoservicio {
  display: block;
  }

  .caja_servicio {
  margin-bottom: 3rem;
  }

  .caja_servicio .iconomas{
  height: 23px;
  width: 23px;
  margin-top: 15px;
  font-size: 18px;
  }

  .pagina_blog .listadoservicio {
    grid-template-columns: repeat(2, 1fr);
    }


}

@media (max-width: 575.98px) {

  .caja_servicio img {
  height: 180px;
  }

  .caja_servicio .titulo {
  margin: 16px 0px 10px 0px;
  font-size: 16px;
  }

  .caja_servicio {
  margin-bottom: 2rem;
  }

  
  .pagina_blog .listadoservicio {
    grid-template-columns: repeat(1, 1fr);
    }

}

/*======================================================
FORMULARIO CONTACTO
======================================================*/

.fragmentocontacto{
display: flex;
justify-content: space-between;
row-gap: 60px;
column-gap: 60px;
}

.fragmentocontacto>div{
width: 50%;
}

.fragmentocontacto .telefonog {
background: url(../img/contacto.jpg) no-repeat center;
display: flex;
align-items: center;
text-align: center;
background-position: center;
background-size: cover;
border-radius: 13px;
box-shadow: 2px 3px 5px -1px #00000066;
}

.fragmentocontacto .telefonog .contenido{
width: 100%;
padding: 20px;
}

.fragmentocontacto .telefonog a{
text-decoration: none;
}

.fragmentocontacto .telefonog .email{
color: #ffffff7a;
}

.fragmentocontacto .telefonog .email:hover{
  color: #ec691b;
}

.fragmentocontacto .telefonog .telefono{
color: white;
font-size: 42px;
}

.fragmentocontacto .telefonog .telefono:hover{
  color: #ec691b;
}


.fragmentocontacto .telefonog h3{
color: #ec691b;
font-weight: 500;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}

.elformulario{
background-color: white;
border-radius: 13px;
box-shadow: 3px 3px 5px -1px #0000001f;
padding: 50px;
}

.elformulario form{
  
}

.elformulario .form-group{
display: flex;
justify-content: space-between;
row-gap: 50px;
column-gap: 50px;
margin-bottom: 25px;
}

.elformulario .form-group>div{
width: 100%;
}

.elformulario .form-group p{
margin-bottom: 2px;
font-size: 15px;
font-weight: 700;
color: #13263c;
}

.elformulario .form-group p span{
color: #ec691b;
}

.elformulario .form-group input, .elformulario .form-group textarea{
border: none;
border-bottom: solid 1px #d5d5d5;
border-radius: 0px;
padding-left: 0px;
padding-bottom: 5px;
font-size: 13px;
padding-top: 1px;
}

.elformulario .form-group input::placeholder, 
.elformulario .form-group textarea::placeholder{
color: #cbcbcb;
}

.elformulario .form-group input:focus,
.elformulario .form-group textarea:focus{
color: #ec691b;
border-bottom-color: #ec691b;
}

.elformulario .checkbox{
color: #13263c;
font-size: 13px;
align-items: center;
display: flex;
cursor: pointer;
margin-bottom: 1.5rem;
}

.elformulario .checkbox span{
cursor: pointer;
font-weight: 600;
}

.elformulario .checkbox label{
display: flex;
align-items: center;
column-gap: 6px;
}

.elformulario .checkbox a{
color: #ec691b;
}

.elformulario .checkbox a:hover{
color: grey;
}

.elformulario .boton_standard{
width: 100%;
display: block;
max-width: none;
margin-bottom: 1.5rem;
}

.elformulario .legal_pag_contact p{
font-size: 10px;
line-height: 20px;
color: #6f6f6f;
margin-bottom: 0px;
}

.elformulario .legal_pag_contact p a{
color: #ec691b;
}

@media (max-width: 1200px){ 

  .fragmentocontacto {
  row-gap: 30px;
  column-gap: 30px;
  }

  .elformulario {
  padding: 33px 22px;
  }

}

@media (max-width: 991.98px){ 

  .fragmentocontacto {
  display: block;
  }

  .fragmentocontacto>div{
  width: 100%;
  }

  .fragmentocontacto .telefonog {
  border-radius: 0px;
  }

  .fragmentocontacto .elformulario {
  border-radius: 0px;
  }

  .fragmentocontacto .telefonog .contenido {
  padding-top: 24px;
  }



}

@media (max-width: 767.98px){

  .elformulario .checkbox label {
  column-gap: 8px;
  }

}

@media (max-width: 575.98px){


  .fragmentocontacto .telefonog .telefono {
  font-size: 28px;
  }

  .fragmentocontacto .telefonog .contenido {
  padding: 33px 20px 22px 20px;
  }

  .fragmentocontacto .telefonog h3 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  }

  .elformulario .form-group {
    display: block;
    }
  
    .elformulario .form-group>div {
    width: 100%;
    margin-bottom: 1.1rem;
    }
  
    .elformulario {
    padding: 25px 20px;
    }
  
    .elformulario .form-group p {
    margin-bottom: 3px;
    font-size: 13px;
    }

}


/*======================================================
IFRAMES
======================================================*/
.layout_2001 iframe{
min-height: 100vh;
}


@media (max-width: 575.98px){

  .layout_2001  .titulo_pagina_standard {
  margin-bottom: 0rem;
  }

  .layout_2001  .page_lobocom {
  padding: 17px 0px;
  }

}

/*======================================================
INTERNET EXPLORER 11
======================================================*/

@media all and (-ms-high-contrast: none) {
  .preloader > div {
    margin-top: 10%;
  }

  .preloader > div img {
    width: 80px;
    height: 80px;
    max-width: none;
  }

  body.layout_1 .row > .row {
    display: inline-block;
  }
}


