/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * 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;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * 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;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


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


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    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: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    h1, h2, h3 {
    font-family:'ITC Caslon No. 224 W01';
    font-weight:400;
    font-style:italic;
    letter-spacing: 3px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    }
}


/* ==========================================================================
   Estilos de Página
   ========================================================================== */

html,
body {
    height: 100%;
    margin: 0;
    background-color: #fff;
    font-family:'Neue Helvetica W01', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight:200;
    font-style:normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}


/*Links*/

a:link {
    color: inherit;
}

a:-webkit-any-link {
    text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
}


/*Links*/


/*Formas*/

button::-moz-focus-inner {
    border: 0;
}

input::-moz-focus-inner {
    border: 0;
}

textarea::-moz-focus-inner {
    border: 0;
}

input: focus,
input:active {
    border: 0;
    outline: none;
}

textarea: focus,
input:active {
    border: 0;
    outline: none;
}

input[type='range'],
input[type='range']:focus,
input[type='range']:active,
input[type='range']::-moz-focus-inner,
input[type='range']:-moz-focusring {
    border: 0;
    outline: none;
}

input,
textarea {
    border: 0;
}

textarea {
    resize: none;
}


/*Formas*/


/*Sombras para SVG*/

.sombraSVG {
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
    /* Same syntax as box-shadow */
}


/*Sombras para SVG*/


/*Embedear Fuentes*/

@font-face {
    font-family: 'montserrat';
    font-weight: 700;
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.svg#webfont') format('svg');
}


/*Embedear Fuentes*/


/* ==========================================================================
   Layout
   ========================================================================== */


/*Esto es para evitar que se quede pegado en Chrome por estar Fixed*/

.fixed {
    position: fixed;
    -webkit-transform: translateZ(0);
}


/*Alinear Verticalmente*/

.verticalAlign {
    display: table;
}

.top,
.middle,
.bottom {
    display: table-cell;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.fill {
    width: 100%;
    height: 100%;
}

.filler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.width100 {
    width: 100%;
}

.height100 {
    position: relative;
    height: 100%;
}

.rel {
    position: relative;
}


/*Padding y Márgenes*/

.paddingA {
    padding: 7.08vw 8.5vw;
}

.marginA {
    margin: 7.08vw 8.5vw;
}

.paddingB {
    padding: 4.25vw 5.666vw;
}

.marginB {
    margin: 4.25vw 5.666vw;
}

.paddingC {
    padding: 2.125vw;
}

.marginC {
    margin: 2.125vw;
}

.divisor {
    height: 50px;
}


/* ========================================
   Animaciones
   ======================================== */

.light {
    font-weight: 300;
}

.mayus {
    text-transform: uppercase;
}


/* ========================================
   Animaciones
   ======================================== */

.transition.all {
    -webkit-transition-property: all;
    transition-property: all;
}

.transition.in {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.transition.out {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.transition.inOut {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.transition.dur150 {
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}

.transition.dur200 {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.transition.dur250 {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.transition.dur300 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.transition.dur350 {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

.transition.dur400 {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.transition.dur450 {
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
}


/*Transiciones*/

.ejemploDeTransformacion {
    -webkit-transform: translateY(6px) rotate(135deg);
    transform: translateY(6px) rotate(135deg);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.ejemploDeTransicion {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}


/*Transiciones*/


/* ==========================================================================
   Los estilos del sitio
   ========================================================================== */


/* top */

#papa {
    position: relative;
    width: 100%;
    height: calc( 100% - 160px );
    background-size: cover;
    background-position: center center;
    margin-top: 160px;
}

#cabeza {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
}

#header {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 100%;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 100;
    top: 0;
    left: 0;
}

.logoH {
    position: absolute;
    left: calc(50% - 80px);
    top: calc(160px - 90%);
    width: 160px;
}

.face {
    height: 18px;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

.face:hover {
    opacity: 0.8;
}

.menuH {
    position: absolute;
    width: 100%;
    top: 70px;
    color: #000;
}

#menu {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.75em;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menu li {
    text-align: center;
    line-height: 2.5;
    cursor: pointer;
}

#menu li a {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-weight: 700;
    padding: 15px;
    margin-right: 2px;
    text-decoration: underline;
    cursor: pointer;
}

#menu li a:hover {
    font-weight: 700;
    text-decoration: none;
    color: #add9e3;
}

.slide div .item {
    height: 100vh;
    background-size: cover;
}

#carru1 {
    background-image: url(../img/bg_home_c1.jpg);
    background-position: center center;
}

#carru2 {
    background-image: url(../img/bg_home_c7.jpg);
    background-position: center center;
}

#carru3 {
    background-image: url(../img/bg_home_c3.jpg);
    background-position: center center;
}

#carru4 {
    background-image: url(../img/bg_home_c4.jpg);
    background-position: center center;
}

#carru5 {
    background-image: url(../img/bg_home_c5.jpg);
    background-position: center right;
}

#carru6 {
    background-image: url(../img/bg_home_c6.jpg);
    background-position: center center;
}

.carousel {
    height: 100% !important;
}

.item {
height: 100% !important;
}

.carousel-inner {
    height: 100% !important;
}

.carruI {
    height: 32px;
    margin-bottom: 10px;
}

.carruCop {
    letter-spacing: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
}

.carruCop span {
    color: #000;
}

.carousel-caption {
    top: 42%;
}

.carousel-indicators li {
    border-color: #b2b2b2 !important;
    background-color: #b2b2b2;
    border-width: 2px;
}

.carousel-indicators .active {
    border-color: #000 !important;
    background-color: #000;
}

#commit {
    padding: 15px;
}

#commit p {
    padding: 15px 0;
    font-size: 1.1em;
    letter-spacing: 1px;
}

#commit p span {
    text-decoration: underline;
}

#commit p strong {
    font-weight: 700;
    text-transform: uppercase;
}

#commit li {
    font-style: italic;
    line-height: 1.5;
    padding-bottom: 10px;
}

#commit img {
    margin-top: 30px;
    margin-left: calc(50% - 80px);
    width: 160px;
}

.modus {
    font-family: 'ITC Caslon No. 224 W01';
    letter-spacing: 3px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
}

/* top */


/* intro */

#intro h2 {
    margin-top: 75px;
    font-family: 'ITC Caslon No. 224 W01';
    letter-spacing: 3px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: italic;
}

#intro h3 {
    font-family: 'ITC Caslon No. 224 W01';
    letter-spacing: 3px;
    color: #a1cbd4;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: italic;
}

#intro p {
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#intro p strong {
    color: #000;
    font-weight: 700;
}

#intro p span {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    color: #000;
    padding-top: 15px;
}

#intro #step {
    height: 115px;
}


/* intro */


/* seguros */

#bColor {
    color: #fff;
}

#bColor p {
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 1.1em;
}

#Spersonal,
#Sempresarial {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
}

#Spersonal:hover,
#Sempresarial:hover {
    color: #000;
}

#Scontenido {
    height: 400px;
    text-align: center;
}

#Scontenido img {
    margin-top: 25px;
    height: 50px;
}

#Cpersonal,
#Cempresarial {
    width: 100%;
    position: absolute;
    top: 60px;
}

#Cpersonal h2,
#Cempresarial h2 {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 6px;
    font-size: 0.9em;
    line-height: 1.3;
    height: 30px;
}

#bColor1 {
    background-color: #b4e2ed;
    height: 135px;
}

.bH {
    height: 90px;
}

.bColor2 {
    background-color: #add9e3;
}

.bColor3 {
    background-color: #a1cbd4;
}

.tuseg {
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 100px);
    height: 26px;
}

/* seguros */


/* alianzas */

#alianzas {
    position: relative;
    background-color: #ececec;
    height: 160px;
}

#cubridor {
    position: absolute;
    width: 100%;
    height: 160px;
    z-index: 10;
    top: 0;
    left: 0;
}
/* alianzas */


/* footer */

#footer {
    color: #fff;
    background-color: #333;
}

#footer h2 {
    text-align: center;
    font-family: 'ITC Caslon No. 224 W01';
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 1.6em;
    padding: 45px 20px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: italic;
}

#contact {
    width: calc( 100% - 40px);
    padding: 15px 28px 21px 28px;
    background-color: #fff;
    margin-left: 20px;
    float: left;
    position: relative;
    height: 268px;
}

#contact input,
#contact textarea {
    width: 100%;
    padding-top: 4px;
    border-bottom: 1px solid #c4c4c4;
    color: #333;
    margin-bottom: 12px;
    float: left;
}

#contact input {
    height: 26px;
    margin-top: 6px;
}

#contact textarea {
    height: 56px;
}

#contact input:hover,
#contact textarea:hover {
    border-bottom: 1px solid #a3a3a3;
}

#contact input::-moz-input-placeholder,
#contact textarea::-moz-input-placeholder,
#contact input:-moz-input-placeholder,
#contact textarea:-moz-input-placeholder,
#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {
    color: #c4c4c4;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.875em;
}

#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
   color: #c4c4c4;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.875em;
}

#contact button {
    height: 32px;
    background-color: #363636;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: none;
    outline:none;
    width: 200px;
    font-size: 0.95em;
    font-weight: 700;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    float: left;
}

#contact button:hover {
    background-color: #0b0b0b;
}
textarea, input, button {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}
#contact input.error,
#contact textarea.error {
    border-bottom: 1px solid #911010;
}
#contact input.error::-moz-input-placeholder,
#contact textarea.error::-moz-input-placeholder,
#contact input.error:-moz-input-placeholder,
#contact textarea.error:-moz-input-placeholder,
#contact input.error:-ms-input-placeholder,
#contact textarea.error:-ms-input-placeholder {
    color: #911010;
}

#contact input.error::-webkit-input-placeholder,
#contact textarea.error::-webkit-input-placeholder {
    color: #911010;
}
#formResult {
    height: 100%;
    width: 100%;
}
#formResult p {
    text-align: center;
    color: #333;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

#footer img {
    margin-top: 30px;
    margin-left: calc(50% - 80px);
    width: 160px;
}

#footer .direcciones p, #footer #cotiza {
    padding-top: 30px;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.6;
}

#footer .direcciones p span, #footer #cotiza span {
    letter-spacing: 5px;
    text-transform: uppercase;
}

#legales {
    background-color: #1a1a1a;
    height: 35px;
    text-align: center;
    padding: 9px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 0.8em;
    margin-top: 2em;
}

#cotiza a {
    text-transform: uppercase;
    color: #a1cbd4;
    letter-spacing: 5px;
    padding: 0 5px;
}

#callme {
    margin: 10px 0;
}

#callme img {
    height: 50px;
}
/* footer */


/* ==========================================================================
   Los Media Queries
   ========================================================================== */


/********** Tablet Vertical **********/

@media (min-width:768px) {
    /* top */
    #papa {
        height: calc( 95% - 90px );
        margin-top: 90px;
    }
    #header {
        height: 90px;
        background-color: rgba(255, 255, 255, 0.94);
    }
    .logoH {
        position: absolute;
        left: 30px;
        top: calc(50% - 25px);
        width: 180px;
    }
    .menuH {
        width: 70%;
        right: 30px;
        top: 30px;
    }
    #menu li {
        float: right;
    }
    .slide div .item {
        height: 900px;
        height: 95vh;
    }
    .carruI {
        height: 60px;
        margin-bottom: 15px;
    }
    .carousel-indicators {
        bottom: -40px;
    }
    #commit img {
    margin-left: calc(50% - 120px);
    width: 240px;
    }
    /* seguros */
    #bColor p {
        letter-spacing: 5px;
        font-size: 1.6em;
    }
    .tuseg {
        top: calc(50% - 26px);
        left: calc(50% - 200px);
        height: 52px;
    }
    #Cpersonal,
    #Cempresarial {
        top: 60px;
    }
    /* footer */
    #footer h2 {
        font-size: 3em;
        padding: 45px 10px;
    }
    #contact {
        width: calc( 100% - 56px);
        padding: 18px 36px 27px 36px;
        background-color: #fff;
        margin-left: 28px;
        height: 204px;
    }
    #contact input,
    #contact textarea {
        margin-bottom: 18px;
    }
    #contact input#formaTel,
    #contact input#formaEmail {
        width: calc( 50% - 18px );
    }
    #contact input#formaTel {
        margin-right: 36px;
    }
    #contact textarea#formaMensaje {
        width: calc( 100% - 236px );
        margin-bottom: 3px;
    }
    #contact button {
        margin-top: 24px;
        margin-left: 36px;
        height: 32px;
    }
}

/********** Tablet Horizontal **********/

@media (min-width: 992px) {
    /* top */
    #menu {
        letter-spacing: 5px;
        font-size: 0.8em;
    }
    /* intro */
    #intro .bloqueTexto {
        margin-top: 75px;
    }
    #intro #step {
        height: 130px;
    }
    #Scontenido {
        height: 250px;
    }
    /* seguros */
    #Cpersonal h2,
    #Cempresarial h2 {
        font-size: 1.1em;
    }
    #contact {
        width: 800px;
        margin-left: calc(50% - 400px);
        padding: 22px 46px 34px 46px;
        height: 231px;
    }
    #contact input,
    #contact textarea {
        margin-bottom: 26px;
    }
    /* footer */
    #footer img {
        margin-top: 55px;
        width: 250px;
    }
    #footer .direcciones p, #footer #cotiza {
        text-align: right;
    }
}

/********** Escritorio 0 **********/

@media (min-width: 1025px) {
    #menu li a {
        padding: 15px;
        margin-right: 10px;
    }
}

/********** Escritorio 1 **********/

@media (min-width: 1200px) {
    .carruI {
        height: 85px;
        margin-bottom: 20px;
    }
}

/********** Escritorio 2 **********/

@media (min-width: 1380px) {}


/********** Escritorio 3 **********/

@media (min-width: 1540px) {
    .carruI {
        height: 110px;
        margin-bottom: 30px;
    }
}


/********** Escritorio 4 **********/

@media (min-width: 1850px) {}


/********** Escritorio 5 **********/

@media (min-width: 2000px) {}


/************** Portrait **************/

@media (orientation: portrait) {}