@charset "UTF-8";

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

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

@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');
}

html, body {
    z-index: -2;
    height: 100%;
    margin: 0;
    font-family: "montserrat", "gotham", "futura", sans-serif;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
}

/*Ayuda a Visualizar*/
div, img {
    /*border: 1px solid rgba(0,0,0,0.5);*/
}
/*Termina Ayuda a Visualizar*/


/*Arreglos a Navegadores*/
body, div, img, h1, h2, h3, h4, h5, h6, p, button, input, select, textarea, a, nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed {
    position: fixed;
    -webkit-transform: translateZ(0); /*Esto es para evitar que se quede pegado en Chrome por estar Fixed*/
}

a:link {
   color:inherit;
}

/*Correcciones para Firefox*/
a, a:hover, a:active, a:focus { 
    outline: none; 
}

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

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

input: 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;
}
/*Terminamos con las correcciones de Firefox*/

/*Selección*/
::selection {
    color: #fff; 
    background-color: #ed4043;
}

::-moz-selection {
    color: #fff; 
    background-color: #ed4043;
}
/*Termina Selección*/


/*Trancisiones*/
/*Trancisiones*/


/*Estilos de Texto*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Didot", "aw-conqueror-didot", "times new roman", serif;
    font-variant: small-caps;
}

h1, h2, h3, h4 {
    font-size: 24px;
    line-height: 0.94em;
}

h5, h6 {
    font-size: 15px;
    line-height: 0.94em;
    margin: 0;
}

p + h5, p + h6 {
    margin-top: 1.4em !important;
    margin-bottom: 0.3em !important;
}

h3 .menor {
    font-size: 0.85em;
}

p, li {
    font-family: "montserrat", "gotham", "futura", sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-align: justify;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

a:hover p {text-decoration: none;}

.serif {
    font-family: "Didot", "aw-conqueror-didot", serif;
    font-variant: small-caps;
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
}

.sansSerif {
    font-family: "montserrat", "gotham", "futura", sans-serif;
    font-variant: normal;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.padding {
    padding-left: 18px;
    padding-right: 18px;
}

.heading {
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 0.6em;
    width: 100%;
}

.bajoTitulo {
    position: relative;
    width: 100%;
    height: 3px;
}

.bajoTitulo div {
    background-color: #ed4043;
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    left: 37.5%;
}

.bajoTitulo + p {
    margin-top: 1.6em;
}

.blanco {color: #fff;}

.negro{color: #000;}

.limpio, .limpio:hover, .limpio:link p {text-decoration: none}

.noWordBreak {
    white-space: nowrap;
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
}
/*Terminan Estilo de Texto*/

/*Layout*/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.verticalAlign {display: table;}

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

.top {vertical-align: top;}

.middle {vertical-align: middle;}

.bottom {vertical-align: bottom;}

.fondoBlanco {background-color: #fff;}
/*Layout*/


/*Header*/
body {
    padding-top: 38px;
}

header {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    z-index: 100;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
}

header a,
header a:hover,
header a:visited {
    color: #000;
    text-decoration: none;
}

header a:hover .titulo {
    text-decoration: underline;
}

header, header * {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust:none;
}

#logo {
    margin-left: 18px;
    margin-top: 7px;
    width: 115.705px;
    height: 17px;
}

#logo img {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    -ms-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

#logo:hover img {
    opacity: 0.65;
}

header .titulo {
    font-family: "Didot", "aw-conqueror-didot", serif;
    font-size: 16px;
    font-variant: small-caps;
}

header .descripcion {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}

#menuGrande, #menuChico {
    display: none;
}

#sandwich {
    position: absolute;
    right: 10px;
    top: 4px;
    padding: 8px;
    cursor: pointer;
    z-index: 1;
}

#sandwich div {
    width: 24px;
    height: 2px;
    background-color: #000;
    margin-bottom: 4px;
}

#sandwich div:last-child {
    margin-bottom: 0px;
}

#sandwich.desplegado div:first-child {
    -webkit-transform: translateY(6px) rotate(135deg);
    -moz-transform: translateY(6px) rotate(135deg);
    -ms-transform: translateY(6px) rotate(135deg);
    -o-transform: translateY(6px) rotate(135deg);
    transform: translateY(6px) rotate(135deg);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

#sandwich.desplegado div:nth-child(2) {
    opacity: 0;
}

#sandwich.desplegado div:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -ms-transform: translateY(-6px) rotate(-135deg);
    -o-transform: translateY(-6px) rotate(-135deg);
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

#cierraMenu {
    position: absolute;
    right: 8px;
    top: 2px;
    width: 44px;
    height: 38px;
    display: none;
    cursor: pointer;
    z-index: 5;
}

#dropdownMovil {
    position: absolute;
    top: 40px;
    right: 2px;
    width: calc(100% - 4px);
    max-width: 240px;
    background-color: rgba(255,255,255,0.9);
    border-left: 2px solid #ed4043;
    padding: 6px 12px;
    -webkit-transform: translateX(242px);
    -moz-transform: translateX(242px);
    -ms-transform: translateX(242px);
    transform: translateX(242px);
    z-index: 1;
}

#dropdownMovil.desplegado {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

#dropdownMovil div {
    padding: 6px;
    margin-bottom: 6px;
}
/*Header*/
    

/*Body*/
.cover {
    height: 220px;
    height: 45vh;
    background-size: cover;
    background-position: center bottom;
}

#inicioCover { background-image: url(../img/img_inicio_cover-sm.jpg); }

.encabezado {
    position: relative;
    background-color: #989898;
    background : -moz-linear-gradient(50% 100% 90deg,rgba(152, 152, 152, 1) 50%,rgba(255, 255, 255, 1) 70%);
    background : -webkit-linear-gradient(90deg, rgba(152, 152, 152, 1) 50%, rgba(255, 255, 255, 1) 70%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.5,rgba(152, 152, 152, 1) ),color-stop(0.7,rgba(255, 255, 255, 1) ));
    background : -o-linear-gradient(90deg, rgba(152, 152, 152, 1) 50%, rgba(255, 255, 255, 1) 70%);
    background : -ms-linear-gradient(90deg, rgba(152, 152, 152, 1) 50%, rgba(255, 255, 255, 1) 70%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#FFFFFF' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(152, 152, 152, 1) 50%, rgba(255, 255, 255, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#989898' , GradientType=0);
}

.circulo {
    position: absolute;
    background-color: #ed4043;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    left: -80px;
    margin-left: 50%;
    color: #fff;
    bottom: 0;
    margin-bottom: 65px;
    z-index: 30;
}

.circulo.alt {margin-bottom: -15px;}

.circulo h3 {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 1.17em;
    margin: 0;
    padding: 0 0.6em;
}

.circulo h3.abajo {
    font-weight: 700;
    margin-top: 0.47em;
}

.subMenu {
    height: 80px;
    text-align: center;
    font-family: "Didot", "aw-conqueror-didot", serif;
    font-variant: small-caps;
    font-size: 16px;
    color: #000;
    line-height: 1em;
}

.subMenu.cont {
    width: 25%;
    float: left;
    padding: 0 1.5%;
}

#sub1 {background-color: #e5e5e5;}
#sub1:hover {background-color: #d9d9d9;}

#sub2 {background-color: #cbcbcb;}
#sub2:hover {background-color: #bfbfbf;}

#sub3 {background-color: #b2b2b2;}
#sub3:hover {background-color: #a6a6a6;}

#sub4 {background-color: #989898;}
#sub4:hover {background-color: #8c8c8c;}

a:visited .subMenu {
    color: #000;
}

.superMosaico {
    position: relative;
}

.subMosaico {
    position: relative;
}

.superMosaico div,
.subMosaico div {
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.superMosaico .texto,
.subMosaico .texto {
    position: absolute;
}

.subMosaico .texto {
    width: 100%;
    height: 100%;
}

.uno .heading {
    margin-bottom: 1.2em;
    margin-top: 0;
}

.superMosaico .uno,
.subMosaico {
    padding-bottom: 35%;
}

.superMosaico .dos,
.superMosaico .tres,
.superMosaico .cuatro {
    padding-bottom: 50%;
}

.superMosaico .dos {
    background-image: url(../img/img_inicio_2-lg.jpg);
}

.superMosaico .tres {
    background-image: url(../img/img_inicio_3-lg.jpg);
    background-position: center top;
}

.superMosaico .cuatro {
    background-image: url(../img/img_inicio_4-lg.jpg);
}

.subMosaico .cinco {
    background-image: url(../img/img_inicio_5-lg.jpg);
}

.superMosaico .uno .texto,
.subMosaico .texto {
    background-color: #fff;
}

.superMosaico .uno a .texto:hover,
.subMosaico a .texto:hover {
    background-color: #f2f2f2;
}

.superMosaico .dos .texto,
.superMosaico .cuatro .texto {
    background-color: rgba(255,255,255,0.8);
}

.superMosaico .dos a .texto:hover,
.superMosaico .cuatro a .texto:hover {
    background-color: rgba(255,255,255,0.7);
}

.superMosaico .tres .texto {
    background-color: rgba(0,0,0,0.75);
}

.superMosaico .tres a .texto:hover {
    background-color: rgba(0,0,0,0.65);
}

.superMosaico .uno .texto {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.superMosaico .dos .texto,
.superMosaico .cuatro .texto {
    top: 0%;
    left: 0;
    width: 50%;
    height: 100%;
}

.superMosaico .tres .texto {
    top: 0%;
    left: 50%;
    width: 50%;
    height: 100%;
}

.subMosaico a {
    color: inherit;
}

.rectangulo, .flexible {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}

.rectangulo.foto {
    padding-bottom: 50%;
}

.rectangulo .textoInt,
.flexible .textoInt {
    padding-bottom: 14px;
    width: 100%;
}

.textoInt ul {
    margin-left: 1.3em;
    list-style-type: square;
}

.textoInt li {
    line-height: 1.3em;
    margin-bottom: 0.5em;
    display: list-item;
    font-weight: 700;
}

.dosUno {
    padding-bottom: 50%;
    overflow: hidden;
}

.dosUno img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.cv {
    width: 40%;
    border: 2px solid #fff;
    margin: 1.5em auto;
}

.cv:hover {
    opacity: 0.8;
}

.cv p {
    padding: 0.5em 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.cv p:first-child {
    background-color: #fff;
    color: #000;
}

.fondoNegro1 {background-color: #15151a;}

.fondoNegro2, .fondoAbout {background-color: #191a1e;}

#softlandingCover {background-image: url(../img/img_softlanding_cover-sm.jpg);}

#softlandingFoto1 {background-image: url(../img/img_softlanding_1-lg.jpg);}

#estrategiaCover {background-image: url(../img/img_estrategia_cover-sm.jpg);}

#estrategiaFoto1 {background-image: url(../img/img_estrategia_1-lg.jpg);}

#legalCover {background-image: url(../img/img_legal_cover-sm.jpg);}

#legalFoto1 {background-image: url(../img/img_legal_1-lg.jpg);}

#legalFoto2 {background-image: url(../img/img_legal_2-lg.jpg);}

#legalFoto3 {background-image: url(../img/img_legal_3-lg.jpg);}

#nosotrosCover {background-image: url(../img/img_nosotros_cover-sm.jpg);}

#nosotrosFoto1 {background-image: url(../img/img_nosotros_1-lg.jpg);}

#contactoCover { background-image: url(../img/img_contacto_cover-sm.jpg); }

.barraContacto {
    background-color: #15151a;
    color: #fff;
    height: 54px;
    padding-top: 3px;
}

.barraContacto:hover {
    background-color: #202028;
}

.barraContacto.linea {
    border-right: 1px solid #444;
}

.barraContacto > div {
    width: 48px;
    height: 48px;
    margin: auto;
}

/*Termina Body*/
    
/*Footer*/
footer {
    color: #fff;
    background-color: #191a1e;
    font-size: 13px;
}

footer * {
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust:none;
}

footer a, footer a:hover, footer a:visited {
    color: #fff;
}

footer .primero a, footer .primero a:hover, footer .primero a:visited {
    color: inherit;
    text-decoration: underline;
}

footer .primero a:hover {
    color: #888;
}

footer > div > div {
    padding-bottom: 10px;
}

footer .segundo {
    background-color: #15151a;
}

#logoFoot {
    width: 147.285px;
    height: 21.64px;
    margin: 20px 0 16px 0;
}

#logoFoot img {
    width: 100%;
    height: 100%;
}

footer h6 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 21px;
}

footer p {
    color: #656565;
    text-align: justify;
    font-size: 0.95em;
}

footer h4 {
    margin-top: 0.94em;
    margin-bottom: 0.8em;
}

footer form { height: 264px; }

footer .columna1, footer .columna2, footer input[type='button'] {
    width: 100%;
    display: inline-block;
}

footer form * {
    vertical-align: top;
}

footer input, footer textarea {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    outline: none;
}

footer input[type='text'],
footer input[type='email'],
footer input[type='tel'],
footer textarea {
    cursor: text;
    background-color: #656565;
    color: #fff;
}

footer input[type='text']:hover,
footer input[type='email']:hover,
footer input[type='tel']:hover,
footer textarea:hover {
    background-color: #545454;
}

footer input::-moz-input-placeholder,
footer textarea::-moz-input-placeholder,
footer input:-moz-input-placeholder,
footer textarea:-moz-input-placeholder,
footer input:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {
    color: #15151a;
}

footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
   color: #15151a;
}

footer input.error::-moz-input-placeholder,
footer textarea.error::-moz-input-placeholder,
footer input.error:-moz-input-placeholder,
footer textarea.error:-moz-input-placeholder,
footer input.error:-ms-input-placeholder,
footer textarea.error:-ms-input-placeholder {
    text-transform: uppercase;
}

footer input.error::-webkit-input-placeholder,
footer textarea.error::-webkit-input-placeholder {
   text-transform: uppercase;
}

footer input {
    height: 24px;
}

footer form textarea {
    height: 64px;
    padding-top: 2px;
    padding-bottom: 2px;
    resize: none;
}

footer input.error,
footer textarea.error {
    border: 1px solid #bd0042;
    background-color: #725a62;
}

footer input.error:hover,
footer textarea.error:hover {
    background-color: #5f454d;
}

footer input[type='button'] {
    margin-bottom: 0;
    background-color: #ed4043;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

footer input[type='button']:hover {
    background-color: #ef5255;
}

.formMessage {
    height: 264px;
    width: 100%;
    background-color: #15151a;
}

.formMessage p {
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    padding-bottom: 0.7em;
}

.formMessage.error p {
    color: #ed4043;
}

footer .vcard {
    margin-top: 16px;
}

footer .margen {
    border-left: 2px solid #ed4043;
    padding-left: 30px;
}

footer table {
    width: 100%;
}

footer tr {
    width: 50%;
}

footer .divisor {
    height: 8px;
}

.vcard .main {
    font-family: "Didot", "aw-conqueror-didot", serif;
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 0.4em;
    font-variant: small-caps;
    font-weight: 700;
}

.vcard .descripcion {
    font-weight: 700;
    font-size: 8px;
    text-transform: uppercase;
}


/********** Meadia Queries QWE **********/
 
/********** Tablet Vertical **********/
@media (min-width:768px) {
    /*Estilos de Textos*/
    .padding {
        padding-left: 28px;
        padding-right: 28px;
    }
    
    h1, h2, h3, h4 {
        font-size: 21px;
    }

    p, li {
        font-size: 13px;
    }
    
    .heading {
        margin-top: 0.9em;
        margin-bottom: 0.5em;
    }
    
    .bajoTitulo + p {
        margin-top: 1.3em;
    }
    
    /*Estilos de Textos*/
    
    /*Header*/
    body {
        padding-top: 50px;
    }
    
    header {
        height: 50px;
    }
    
    #logo {
        margin-left: 28px;
        margin-top: 13px;
        width: 147.285px;
        height: 21.64px;
    }
    
    #sandwich {
        right: 20px;
        top: 10px;
        padding: 8px;
    }

    #cierraMenu {
        right: 18px;
        top: 8px;
        width: 44px;
        height: 38px;
    }
    
    #dropdownMovil {
        top: 52px;
    }
    
    /*Header*/
    
    /*Body*/
    .cover {
        height: 320px;
        height: 45vh;
    }

    .circulo {
        width: 190px;
        height: 190px;
        left: -95px;
        margin-bottom: 76px;
    }
    
    #inicioCover { background-image: url(../img/img_inicio_cover-lg.jpg); }

    #softlandingCover {background-image: url(../img/img_softlanding_cover-lg.jpg);}
    
    #estrategiaCover {background-image: url(../img/img_estrategia_cover-lg.jpg);}

    #legalCover {background-image: url(../img/img_legal_cover-lg.jpg);}

    #nosotrosCover {background-image: url(../img/img_nosotros_cover-lg.jpg);}
    
    #contactoCover { background-image: url(../img/img_contacto_cover-lg.jpg); }
    
    .circulo.alt {margin-bottom: -24px;}

    .circulo h3 {
        font-size: 18px;
    }

    .subMenu {
        height: 100px;
        font-size: 18px;
    }
    
    .superMosaico {
        padding-bottom: 100%;
    }

    .subMosaico {
        padding-bottom: 25%;
    }
    
    .superMosaico > div,
    .subMosaico > div {
        position: absolute;
    }
    
    .superMosaico .uno {
        top: 0;
        left: 0;
        width: 50%;
        padding-bottom: 25%;
        z-index: 10;
    }
    
    .superMosaico .dos {
        top: 0;
        right: 0;
        width: 75%;
        padding-bottom: 50%;
        z-index: 8;
    }
    
    .superMosaico .tres {
        top: 25%;
        left: 0;
        width: 50%;
        padding-bottom: 50%;
        z-index: 6;
        background-position: center bottom;
    }
    
    .superMosaico .cuatro {
        top: 50%;
        left: 0;
        width: 100%;
        padding-bottom: 50%;
        z-index: 4;
    }
    
    .subMosaico .cinco {
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }
    
    .superMosaico .dos .texto {
        top: 50%;
        left: 0;
        width: 66.6667%;
        height: 50%;
    }
    
    .superMosaico .tres .texto {
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
    }
    
    .superMosaico .cuatro .texto {
        top: 50%;
        left: 0;
        width: 50%;
        height: 50%;
    }
    
    .subMosaico .texto {
        top: 0;
        right: 0%;
        width: 50%;
        height: 100%;
    }
    
    .rectangulo, .rectangulo.foto {
        padding-bottom: 131%;
    }
    
    .rectangulo .textoInt {
        position: absolute;
        padding-bottom: 0;
        top: 0;
        left: 0;
    }
    
    .cv {
        border: 3px solid #fff;
        margin: 1.6em auto;
    }
    
    .cv p {
        padding: 0.7em 0;
    }
    
    .cuadrado, .rectangulo.cuadrado {
        padding-bottom: 100%;
        position: relative;
    }
    
    #map-canvas {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #eee;
        height: 100%;
        width: 100%;
    }
    /*Body*/
    
    
    /*Footer*/
    
    footer > div > div {
        padding-bottom: 18px;
    }
    
    footer h6 {
        position: absolute;
        left: calc( -100% + 28px );
        bottom: 18px;
    }

    footer input {
        height: 24px;
    }

    footer form textarea {
        height: 64px;
        padding-top: 2px;
        padding-bottom: 2px;
        resize: none;
    }
    /*Footer*/
}

/********** Tablet Horizontal **********/
@media (min-width: 992px) {
    /*Estilos de Textos*/
    .padding {
        padding-left: 32px;
        padding-right: 32px;
    }
    
    h1, h2, h3, h4 {
        font-size: 24px;
        font-size: 2.3437vw;
    }
    
    h5, h6 {
        font-size: 16px;
    }

    p, li {
        font-size: 13.6px;
    }
    
    .heading {
        margin-top: 1.1em;
        margin-bottom: 0.6em;
    }
    
    .bajoTitulo + p {
        margin-top: 1.6em;
    }
    /*Estilos de Textos*/
    
    /*Header*/
    #logo {
        margin-left: 32px;
    }
    
    #sandwich {
        right: 26px;
    }

    #cierraMenu {
        right: 24px;
    }
    /*Header*/
    
    
    /*Body*/
    .circulo {
        width: 220px;
        height: 220px;
        left: -110px;
        margin-bottom: 87px;
    }
    
    .circulo.alt {margin-bottom: -33px;}

    .circulo h3 {
        font-size: 21px;
    }

    .subMenu {
        height: 120px;
        font-size: 21px;
    }
    
    .subMosaico .cinco {
        width: 75%;
    }
    
    .subMosaico .texto {
        width: 25%;
    }
    
    .superMosaico .dos h3,
    .superMosaico .dos p {
        padding-left: 50%
    }
    
    .superMosaico .dos h3 {
        text-align: left;
    }
    
    .dos .bajoTitulo div {
        background-color: #000;
        height: 100%;
        width: 50%;
        position: absolute;
        top: 0;
        left: 25%;
    }
    
    .dos .circuloCont {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        padding: 8.3333335%;
        z-index: 5;
        text-align: center;
        color: #fff;
    }
    
    .dos .dato {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-color: #000;
    }
    
    .dos .dato .main {
        font-size: 60px;
        font-size: 6vw;
        line-height: 1em;
        padding-right: 9%;
    }
    
    .dos .dato .subtitle {
        font-size: 11px;
        font-size: 1.1vw;
        line-height: 1.1em;
        margin: 0 11%;
    }
    
    .rectangulo, .rectangulo.foto {
        padding-bottom: 100%;
    }
    /*Body*/
    
    
    /*Footer*/
    footer h6 {
        left: calc( -100% + 32px );
        font-size: 20px;
    }
    
}

/********** Escritorio 0 **********/
@media (min-width: 1025px) {
    /*Estilos de Textos*/
    .padding {
        padding-left: 60px;
        padding-right: 60px;
    }

    p, li {
        font-size: 14px;
    }
    /*Estilos de Textos*/
    
    /*Footer*/
    #logoFoot {
        width: 210.412px;
        height: 30.915px;
        margin: 28px 0;
    }
    
    footer > div > div {
        padding-bottom: 28px;
    }
    
    footer h6 {
        left: calc( -100% + 60px );
        bottom: 28px;
    }

    footer input {
        height: 24px;
    }

    footer form textarea {
        height: 64px;
        padding-top: 2px;
        padding-bottom: 2px;
        resize: none;
    }
    /*Footer*/
    
}

/********** Escritorio 1 **********/
@media (min-width: 1200px) {
    /*Estilos de Texto*/
    .padding {
        padding-left: 70px;
        padding-right: 70px;
    }
    
    h1, h2, h3, h4 {
        font-size: 28px;
        font-size: 2.3437vw;
    }
    
    h5, h6 {
        font-size: 17px;
    }

    p, li {
        font-size: 14.6px;
    }
    
    .heading {
        margin-top: 1.2em;
        margin-bottom: 0.7em;
    }
    
    .uno .heading {
        margin-bottom: 1.3em;
    }
    
    .bajoTitulo + p {
        margin-top: 1.8em;
    }
    /*Terminan Estios de Texto*/
    
    /*Header*/
    body {
        padding-top: 150px;
    }
    
    header {
        height: 150px;
    }

    header.retraido {
        height: 56px;
    }

    #logo {
        margin-left: 66px;
        margin-top: 29px;
        width: 210.412px;
        height: 30.915px;
    }

    .retraido #logo {
        margin-top: 11px;
    }
    
    header .titulo {
        font-size: 17px;
    }

    header .descripcion {
        font-size: 8px;
    }
    
    #sandwich, #dropdownMovil {
        display: none;
    }

    #menuGrande, #menuChico {
        display: inline;
        position: absolute;
        right: 70px;
        border-left: 2px solid #ed4043;
    }

    #menuGrande {
        top: 18px;
        width: 420px;
        padding-left: 32px;
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    #menuGrande table {
        width: 100%;
    }

    #menuGrande td:first-child {
        /*width: 60%;*/
    }

    #menuGrande .separador {
        height: 7px;
    }

    .retraido #menuGrande {
        -webkit-transform: translateY(-140px);
        -moz-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
        transform: translateY(-140px);
        opacity: 0;
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    #menuChico {
        top: 16px;
        opacity: 0;
        -webkit-transform: translateX(700px);
        -moz-transform: translateX(700px);
        -ms-transform: translateX(700px);
        transform: translateX(700px);
        -webkit-transition: all 750ms ease;
        -moz-transition: all 750ms ease;
        -ms-transition: all 750ms ease;
        -o-transition: all 750ms ease;
        transition: all 750ms ease;
    }

    #menuChico div {
        display: inline-block;
        padding: 0 10px;
    }

    #menuChico div:first-child {
        padding-left: 28px;
    }

    #menuChico div:last-child {
        padding-right: 0;
    }

    .retraido #menuChico {
        opacity: 1.0;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    /*Header*/
    
    /*Body*/
    .cover {
        height: 340px;
        height: 45vh;
    }
    
    .cv {
        border: 4px solid #fff;
        margin: 2.1em auto;
    }
    
    .cv p {
        padding: 0.8em 0;
    }

    /*Body*/
    
    /*Footer*/
    footer form {height: 144px;}
    
    footer .columna1, footer .columna2, footer input[type='button'] {
        width: calc( 50% - 12px);
        display: inline-block;
    }

    .columna2 {
        margin-left: 20px;
    }
    
    .formMessage {
        height: 144px;
    }
    
    footer .vcard {
        padding-left: 16px;
        margin-top: 8px
    }
    
    footer tr td:first-child {
        padding-right: 8px;
    }
    /*Footer*/
}

/********** Escritorio 2 **********/
@media (min-width: 1380px) {
    
    /*Estilos de Texto*/
    .padding {
        padding-left: 74px;
        padding-right: 74px;
    }
    
    h1, h2, h3, h4 {
        font-size: 32px;
        font-size: 2.3437vw;
    }
    
    h5, h6 {
        font-size: 18px;
    }

    p, li {
        font-size: 15.4px;
    }
    
    .heading {
        margin-top: 1.3em;
        margin-bottom: 0.8em;
    }
    
    .uno .heading {
        margin-bottom: 1.42em;
    }
    
    .bajoTitulo + p {
        margin-top: 2em;
    }
    /*Terminan Estios de Texto*/
    
    #logo {
        margin-left: 70px;
    }
    
    #menuGrande, #menuChico {
        right: 74px;
    }
    
    /*Body*/
    .cover {
        height: 340px;
        height: 45vh;
    }

    .circulo {
        width: 250px;
        height: 250px;
        left: -125px;
        margin-bottom: 93px;
    }
    
    .circulo.alt {margin-bottom: -47px;}

    .circulo h3 {
        font-size: 24px;
    }

    .subMenu {
        height: 140px;
        font-size: 24px;
    }
    /*Body*/
}

/********** Escritorio 3 **********/
@media (min-width: 1540px) {
    
    /*Estilos de Texto*/
    .padding {
        padding-left: 80px;
        padding-right: 80px;
    }
    
    h1, h2, h3, h4 {
        font-size: 36px;
        font-size: 2.3437vw;
    }
    
    h5, h6 {
        font-size: 19px;
    }
    
    p, li {
        font-size: 16px;
    }
    
    .heading {
        margin-top: 1.4em;
        margin-bottom: 0.9em;
    }
    
    .uno .heading {
        margin-bottom: 1.54em;
    }
    
    .bajoTitulo + p {
        margin-top: 2.1em;
    }
    /*Terminan Estios de Texto*/
    
    #logo {
        margin-left: 76px;
    }
    
    #menuGrande, #menuChico {
        right: 80px;
    }
    
}

/********** Escritorio 4 **********/
@media (min-width: 1850px) {
    
    /*Estilos de Texto*/
    .padding {
        padding-left: 90px;
        padding-right: 90px;
    }
    
    h1, h2, h3, h4 {
        font-size: 44px;
        font-size: 2.3437vw;
    }
    
    h5, h6 {
        font-size: 20px;
    }
    
    p, li {
        font-size: 17px;
    }
    
    .heading {
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
    
    .uno .heading {
        margin-bottom: 1.66em;
    }
    
    .bajoTitulo + p {
        margin-top: 2.2em;
    }
    /*Terminan Estios de Texto*/
    
    #logo {
        margin-left: 86px;
    }
    
    #menuGrande, #menuChico {
        right: 90px;
    }
    
    /*Body*/
    .circulo {
        width: 280px;
        height: 280px;
        left: -125px;
        margin-bottom: 113px;
    }
    
    .circulo.alt {margin-bottom: -47px;}

    .circulo h3 {
        font-size: 26px;
    }

    .subMenu {
        height: 160px;
        font-size: 26px;
    }
    /*Body*/
    
}

/********** Escritorio 5 **********/
@media (min-width: 2000px) {
    
    /*Estilos de Texto*/
    .padding {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    h1, h2, h3, h4 {
        font-size: 48px;
        font-size: 2.3437vw;
    }
    
    .heading {
        margin-top: 1.6em;
        margin-bottom: 1.1em;
    }
    
    h5, h6 {
        font-size: 22px;
    }
    
    p, li {
        font-size: 18.4px;
    }
    
    .uno .heading {
        margin-bottom: 1.78em;
    }
    
    .bajoTitulo + p {
        margin-top: 2.3em;
    }
    /*Terminan Estios de Texto*/
    
    #logo {
        margin-left: 96px;
    }
    
    #menuGrande, #menuChico {
        right: 100px;
    }
    
    /*Body*/
    .subMenu {
        height: 180px;
        font-size: 28px;
    }
    /*Body*/
    
}

/********** Escritorio 6 **********/
@media (min-width: 2400px) {
    
    /*Estilos de Texto*/
    .padding {
        padding-left: 110px;
        padding-right: 110px;
    }
    
    p, li {
        font-size: 20px;
    }
    /*Estilos de Texto*/
    
    #logo {
        margin-left: 106px;
    }
    
    #menuGrande, #menuChico {
        right: 100px;
    }
}

/************** Portrait **************/
@media (orientation: portrait) {
    /*Body*/
    .subMenu.cont {
        width: 50%;
    }
    
    @media (max-width:767px) {
        .circulo {
            margin-bottom: 135px;
        }
        
        .circulo.alt {margin-bottom: -15px;}

        .superMosaico .uno,
        .subMosaico {
            background-color: #fff;
            padding-bottom: 50%;
        }

        .superMosaico .dos,
        .superMosaico .tres,
        .superMosaico .cuatro {
            position: relative;
            padding-bottom: 100%;
        }

        .superMosaico .dos .texto,
        .superMosaico .tres .texto,
        .superMosaico .cuatro .texto {
            top: 30%;
            left: 0;
            width: 100%;
            height: 70%;
        }

        .superMosaico .tres {
            background-position: center bottom;
        }
        /*Body*/
    }
    
    @media (min-width:375px) and (max-width:767px) {
        .superMosaico .dos .texto,
        .superMosaico .tres .texto,
        .superMosaico .cuatro .texto {
            top: 45%;
            left: 0;
            width: 100%;
            height: 55%;
        }
    }
    
    @media (min-width:768px) {
        .cover {
            height: 320px;
            height: 32vh;
        }
        
        .circulo {
            margin-bottom: 176px;
        }
        
        .circulo.alt {margin-bottom: -24px;}
    }
    
     @media (min-width:768px) {
        .circulo {
            margin-bottom: 168px;
        }
    }
    
    @media (min-width:992px) {
        .circulo {
            margin-bottom: 187px;
        }
    }
    
    @media (min-width:1380px) {
        .circulo {
            margin-bottom: 193px;
        }
    }
    
    
}

/************** Retina **************/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  
    header .titulo, .vcard .main {
        font-family: "Didot", "Times New Roman", Times, serif;   
    }

}

