/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*{}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
}

a{text-decoration:none;}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

::placeholder { color: #333 !important; }
::-webkit-input-placeholder { color: #333 !important; } /* WebKit */
::-moz-placeholder { color: #333 !important; } /* Firefox 19+ */

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
a{
    color:#288EA5;
}
.breadcrumb{padding: .8rem 1rem .0rem;}
.center{
    margin:auto;
    width:100%;
    text-align:center;
}
.body{
    font-family: 'Raleway', sans-serif !important;
    font-size:18px; 
    font-weight:400;
    overflow-x:hidden !important;
} 
header{
    box-shadow:0.1em 0.1em 5px rgba(0,0,0,0.5);
    margin-top:20px;
    
    
}
.cont-cuadros{position:relative;}
.container{
    max-width:98%;
}
.logo{
    background:transparent;
    background-size:cover;
    min-height:91px;
    padding:20px;

}
.menu{margin: 25px auto; position: relative;z-index: 9999;}


.solicita {
  background: #F0037F;
  position: absolute;
  right: 40px;
  top: -26px;
  min-height: 80px;
  padding: 29px 0;
}
.carro{
    position:absolute;
    top:0;
    right:50px; 
}
.navbar-light .navbar-toggler-icon{
    filter: invert(0.99); 
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}

.navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,1) !important;   
}
.dropdown-toggle::after{
    color: #288EA5;
}
.bg-light{background-color:transparent !important;}
.navbar-toggler-icon{text-align:center;}
.banners{margin:40px auto 20px;}
.cont-cuadros{
    margin-bottom:30px;
    border-radius:50%;
    height:290px;
    width:290px;    
    text-align: center;
    line-height: 290px;
    margin:0 auto 30px;
    box-shadow:0.1em 0.1em 5px rgba(0,0,0,0.5);
    transform: translate(10px);
    transition:0.2s;
}
.cont-cuadros:hover{
    
    transform: scale(1.2);
    transition:0.2s;
}
.h3{
    text-align:center;    
    font-family: 'Raleway', sans-serif;
    font-size:30px;
    line-height:38px;    
    color:#0C5B68;
    font-weight:400;
}


.style-new{
    margin-top:15px; font-family:'Raleway', sans-serif; font-size:19px
}


.boletin-txt2{
    font-family: 'Raleway', sans-serif;
    font-size:18px;
    text-align:center;
    margin-top:30px;
}

hr {
  height: 2px;
  width: 70%;
  background-color: #288EA5;
  margin-left:auto;
  margin-right:auto;
}


.p{
    text-align:center;    
    font-family: 'Raleway', sans-serif;
    font-size:20px;
    line-height:24px;    
    color:#000;
    font-weight:300;
    margin-left:auto;
    margin-right:auto;
    width:78%;
}
.titulos{
    font-family:inherit;
    text-align:center;
    font-size:2.5em;
    color:#000;
    font-family:'Raleway', sans-serif;
    font-weight:bold;
    
}
.cuadro-btn h2 span{
    font-family: 'Raleway', sans-serif;
    font-size:55pt;
    font-weight:400;

}
.cuadro-btn-2 h2{
    color:#012C63;
    font-size:42pt;
    line-height:46pt;
    font-weight:600;
}
.cuadro-btn-2 h2 span{
    font-size:80pt;
    font-weight:600;
    text-align:center;
}
.btn-danger {   
    border-color: transparent;
}
.btn-cuadro{
    background:#F0037F;   
    border-bottom:3px solid #A9149D;
    text-align:center;
    color:#fff;
    border-radius:50px !important;
    font-family: 'Raleway', sans-serif;
    font-size:20px;
    font-weight:400;
    width: 95%;
    margin:8px 0;
    border-radius: 0 !important;
    box-sizing: border-box;
    padding: 8px 15px;
}


.btn-cuadro:hover{
    background:#58AF26  !important;   
    border-bottom:3px solid #003353;
    text-align:center;
    color:#fff;
    border-radius:50px !important;
    font-family: 'Raleway', sans-serif;
    font-size:20px;
    font-weight:400;
    width: 95%;
    margin:8px 0;
    border-radius: 0 !important;
    box-sizing: border-box;
    padding: 8px 15px;
}

.lista-garantia{margin-top:60px;}
.lista-garantia li{
    font-size:20px;
    font-weight:300;
    /*font-family: 'Raleway', sans-serif;*/
    margin-bottom:20px;
    list-style:none;
    /*list-style-image:url(../imagenes/ico-garantia.jpg);*/
}
.lista-garantia li i{
    font-size:32px;font-style:initial;color:#0FCCEC;margin-right:8px;margin-top:12px;top: 3px;position: relative;
}
.btn-cuadro-3{
    background:transparent;    
    text-align:center;
    color:#fff;
    font-family: 'Raleway', sans-serif;
    font-size:42px;    
    font-weight:400;
    max-width:320px;
    width:100%;
    margin:8px 0;
    border-radius:0;
}
.contenido-productos{
    margin:60px 0;
    display:block;
}
.contenidos h1{font-family: 'Raleway', sans-serif !important;margin-top:60px;}
.contenido-productos a{text-decoration:none !important;}
.lista-producto{
    margin:0 auto 60px;
    text-align: center;
}
.lista-producto p{font-size:1.2rem;margin:15px 0;color: #000;font-family: 'Raleway', sans-serif !important;}
.lista-producto h3{font-size:2rem;margin:15px 0;font-weight: 700;font-family: 'Raleway', sans-serif !important;}
.lista-producto>.btn-cuadro{margin:auto;}
.cuadro-1 {position:absolute;top:0;margin-top:100px;right:50px;}
.cuadro-2{position:absolute;top:30%;left:15%;text-align:center;}
.comentarios > .carousel-control-next-icon{background-color: red;}
.bx-wrapper{-webkit-box-shadow: 0 0 5px #fff !important;box-shadow: 0 0 5px #fff;}  
.input-news{width:100%;height:40px;border:2px solid #999;font-size:20px;text-align:center;}
footer{clear:both;margin:0px 0 0px;}
footer h2{font-size:1.8em;color:#012C63;margin-bottom:40px;font-family: 'Raleway', sans-serif;font-weight:800;}
footer li{margin-bottom:20px;text-align:left;font-size:14pt;color:#7F7F7F}
footer li a{color:#7F7F7F;font-family: 'Raleway', sans-serif !important;}
footer li img{margin-right:10px;}
.borders{border:2px solid #012C63;padding:30px;}
.titulo-footer{text-align:center;color:#012C63;font-weight:600;}
.raya-footer{background:#ccc;height:1px;max-width:80%;margin:20px auto;}

.zoom-section{clear:both;margin-top:20px;}
/*            .zoom-desc{float:left;margin-left:10px;width:310px;margin-bottom:20px;}*/
.zoom-small-image{border:4px solid #CCC;float:left;margin-bottom:20px;}
.zoom-tiny-image{border:1px solid #CCC;margin:0px;}
.zoom-tiny-image:hover{border:1px solid #C00;}
/* Image expands to width of surround */
img.cloudzoom {
    width:100%;
}
#slider1 {
    margin-left:20px;
    margin-right:20px;
    height:119px;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    position:relative;
}
.colores-lista{ margin-top:0px;margin-left:-38px;}
.colores-lista li{
    float:left;
    margin-bottom:20px;
    margin-bottom: -15px;
    margin-right:8px;
    margin-bottom:5px;
    list-style:none;
    border-radius: 50%;   
    width: 30px;
    height: 30px;
}


.custom-radio-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: arial;
}
.numero{
    top: 0px;
    font-size: 1.2em;
    position: absolute;
    text-align: center;
    left: 12px;
    color:#666;
    opacity: 0.4;
    z-index: 0;
}





/* hover style just for information */
label:hover:before {
    border: 0px solid #4778d9!important;
}
.formulario-pasarela{max-width:80%;margin:auto;}
.formulario-pasarela input{margin-bottom:20px;}

.zoom-small-image{border:none;}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
    font-size:18px !important;
}
.bx-wrapper .bx-pager{display:none;}
.news-contenedor{background:#E9FDFF url(../imagenes/fondo-news.png)no-repeat;width:100%;margin:auto;min-height:80px;box-sizing: border-box; padding-bottom:60px;padding-top:60px;}
.centra{text-align:right;}
.thumb-post{
    /*
    
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height:500px;     
}
.boxSep{

    margin:10px;
    display:flex;
}
.imgLiquid{width:450px; height:252px;}

.cont-temporada{    
    border-radius:30px;
    margin:30px 0 0 ;
    min-height: 45px;
    box-sizing: border-box;
    padding:0 15px;
    color:inherit; 
    cursor:pointer;
    text-align:center;
    font-family: 'Raleway', sans-serif !important; 
    text-transform:uppercase;
}
a{text-decoration:none !important;}
.color1{
    border:2px dotted #7FC121;
    color:#7FC121;
}
.color2{
    border:2px dotted #FBB03B;
    color:#FBB03B; 
}
.color3{
    border:2px dotted #736357;
    color:#736357;
}
.color4{
    border:2px dotted #29ABE2;
    color:#29ABE2;
}
.lista-footer{margin-top:40px;margin-left:-35px; font-family: 'Raleway', sans-serif !important;}
.lista-footer li{color:#fff;list-style:none;}
.lista-footer li span{color:#91E0E8;}

.lista-footer-2 li{
    list-style:none;float:left;margin-right:15px;
}
.comentarios{margin-top:-80px;}
.formulario-cotizacion{  
    box-shadow: 0.1em 0.1em 5px rgba(0,0,0,0.5);  
    padding:30px 50px;margin-top:30px;}
.formulario-cotizacion input, textarea{
    background:#E6E6E6;
    color:#666;
    width:100%;
    
    margin-bottom:20px;
    border:none;
    padding-left:20px;
}
.solicita-cel{display:none !important;}
@media screen and (min-width: 1400px) and (max-width: 1600px){
    .cuadro-1 {margin-top:30px;}
}
@media (max-width:1400px){
    .cuadro-1{top:-70px;}


}
@media(max-width:1030px){
    .navbar-light .navbar-brand{margin-left:-20px;}
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,142,248,1) !important;
    }
    .solicita, .chico{display:none !important;}
    .solicita-cel{display:block !important;}
    .banners{margin:120px auto 20px;}

}
@media (max-width: 750px){
    .cuadro-1 {margin-top:10px;}
    .cuadro-btn h2{font-size:32pt;line-height:32pt;}.cuadro-btn h2 span{font-size:45pt;}
    .cuadro-2{top:15%;}
    .mr-auto, .mx-auto {
        margin-right: auto!important;
        margin-left: auto;
        width:100%;
    }

    .h1, h1 {
        font-size: 2.1rem;
    }
    .news {
        max-width:100%;
        margin:8px auto 0;
    } 
    .texto-cel-dir{text-align:center;}
    
    .espacios{padding:8px;}
    .centra{text-align:center;}
    .centrar-firma{text-align:center;}
    .news-contenedor{width: auto; border-radius: 0; padding: 0 25px 40px;}
    .car-ico{color: #288EA5;font-size: 45px;position: relative;}
    .bg-light {
        background-color: transparent !important;
        position: relative;
        z-index: 999;
        left: 0px;
        top: -20px;}
    .linea-separacion{background:#58af26;height:1px;width:80%;margin:auto;}
    .centrado{text-align:center;}
    .navbar-light .navbar-toggler{position: relative;right:-10px;top:8px;}
    .imgLiquid{width:320px; height:252px;}
    .detalle-pro{margin-top:60px !important;}
    .container{max-width: 100%;}
    
    footer{clear: both; margin:60px 0 0px;}
    .imgLiquid{margin:0 auto;}  
}
