html, body {
    height:100%;
    margin:0;
    padding:0;
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica !important;
	font-size: 16px;
	font-weight: 300;
    color: #777;
    overflow-x: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    justify-content:center;
	-ms-flex-align: center;
    align-items:center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.loader{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.svg{margin: 0 auto;}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #14509c;
	/*
    background: -moz-linear-gradient(135deg, #755710 40%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(40%,#755710), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(135deg, #755710 20%,#1c1c1c 100%);
    background: -o-linear-gradient(135deg, #755710 40%,#1c1c1c 100%);
    background: -ms-linear-gradient(135deg, #755710 40%,#1c1c1c 100%);
    background: linear-gradient(125deg, #755710 40%,#1c1c1c 100%);*/
}

.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.logo {
    width: 151px;
    height: 85px;
    background: url(../images/logochico.png);
    float: left;
    position: absolute;
}

nav {
    margin-top: 30px;
    float: right;
}

li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    color: #fff;
    margin-right: 20px;
}

li:last-child {
    margin-right: 0px;
}

li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.9;
    transition: 0.3s ease;
}

li a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transition: 0.3s ease;
}

.menuGeneral {
    position: relative;
    top: 40px;
    z-index: 99;
}

.cont-carousel a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 7px 16px;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.cont-carousel a:hover {
    background: #fff;
    color: #14509c;
    transition: 0.3s ease;
    text-decoration: none;
}

h3 {
    text-transform: uppercase;
    font-size: 38px !important;
}

p {
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 25px !important;
}

.carousel-innerFix {
    position: initial !important;
    overflow: initial !important;
}

.carousel, .item, .active {
height:100%;
}
.carousel-inner {
height:100%;
}
.carousel-caption {
z-index: 10;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.carousel-caption {
    width: 100%;
    position: absolute;
    right: auto !important;
    bottom: auto !important;
    top: 52%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    line-height: 1;
    z-index: 100 !important;
}

.desde1 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 10px;
}

h2 {
    color: #14509c;
    font-size: 42px !important;
    font-weight: bold !important;
    font-family: Georgia, 'Roboto', sans-serif;
}

.nosotros {
    padding-top: 80px;
    padding-bottom: 70px;
    background: url(../images/bg1.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.nosotros h2, .cotizacion h2 {
    color: #fff;
}

.nosotros p, .cotizacion p {
    margin-top: 20px;
    line-height: 2;
}

.cotizacion a {
    color: #fff;
    transition: 0.3s ease;
}

.cotizacion a:hover {
    color: #00e4ff;
    text-decoration: none;
    transition: 0.3s ease;
}

.servicios img {
    position: absolute;
}

.servicios img:first-child {
    margin-top: 41px;
    left: 0;
}

.servicios img:nth-child(2) {
    right: 0;
    margin-top: 39px;
}

.servicios {
    padding: 70px 0;
}

.servicios li {
    text-transform: none;
    display: block;
    float: none;
    font-weight: 300;
    margin-bottom: 10px;
    color: #515151;
}

.servicios li:first-child {
    margin-top: 20px;
}

.cotizacion {
    padding: 60px 0;
    background: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
    overflow: auto;
}

.cotizacion p {
    width: 710px;
    float: left;
}

.cotizacion img {
    float: right;
    position: absolute;
    margin-top: -181px;
}

.confian {
    padding: 60px 0;
    background: url(../images/bg3.jpg);
    background-size: cover;
    overflow: auto;
}

.confian ul {
    margin-top: 20px;
    float: left;
}

.confian ul:last-child {
    margin-top: 20px;
    margin-left: 70px;
}

.confian li {
    color: #000;
    font-weight: 300;
    margin: 0;
    line-height: 2;
    float: none;
}

.contacto {
    padding-bottom: 70px;
    overflow: auto;
}

.contacto ul li a {
    color: #515151;
    opacity: 1;
}

.contacto ul li a:hover {
    color: #14509c;
}

.contacto ul {
    float: left;
    margin-top: 40px;
}

.contacto li {
    color: #515151;
    text-transform: inherit;
    float: none;
    font-weight: 300;
    line-height: 2.5;
}

.contacto li img {
    margin-right: 10px;
    margin-top: -3px;
}

iframe {
    float: right;
    margin-top: 25px;
}

footer {
    background-color: #f1f1f1;
    color: #515151;
    font-weight: 300;
    padding: 40px 0;
    text-align: center;
}

footer p {
    text-transform: uppercase;
    display: block;
    clear: both;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 0px !important;
}

footer span:first-child {
    color: #c40316;
}

footer span:nth-child(2) {
    color: #14509c;
}

footer a {
    color: #14509c;
    font-weight: bold;
    transition: 0.3s ease;
}

footer a:hover {
    text-decoration: none;
    color: #c40316;
    transition: 0.3s ease;
}

.menu {
	float: right;
	padding: 38px 0 0 0;
	font-size: 12px;
    z-index: 999;
    position: relative;
}

#menu{
	background: rgba(255,255,255,1);
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
	display: none;
	position:fixed; 
	top:0;
	width: 100%;
	z-index: 9999;
	padding: 8px 0;
}

.menuFix{
	float: right;
	padding: 9px 0 0 0;
	font-size: 12px;
}

.menuF {
    margin-top: 15px;
}

.menuF li a {
    color: #14509c;
    font-weight: 500;
}

.logoM {
    width: 120px;
    height: 67px;
    background: url(../images/logo.jpg);
    float: left;
}

.offset:before {
    display: block;
    content: " ";
    height: 83px;
    margin: -83px 0 0;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

@media screen and (max-width: 1550px){
    
    .servicios img {
        display: none;
    }
    
}

@media screen and (max-width: 1200px){
    
    .wrap {width: 94%;}
    
    .contacto ul {
        width: 30%;
    }
    
    iframe {
        width: 70%;
    }
    
    .cotizacion p {
        width: 50%;
    }
    
    .cotizacion img {
        margin-top: -117px;
        margin-left: 50px;
    }
    
}

.menu-responsive {
    display: none;
}

@media screen and (max-width: 1200px){
 
    .cotizacion img {
        margin-top: -85px;
        margin-left: 0px;
    }
    
    .cotizacion p {
        width: 55%;
    }
    
}

@media screen and (max-width: 1024px){
 
    .menu-responsive {
        display: block;
    }
    
    .menuN {
        display: none;
    }
    
    .contacto ul {
        width: 40%;
    }
    
    iframe {
        width: 60%;
    }
    
    #menu {
        display: none !important;
    }
    
}

@media screen and (max-width: 910px){
 
    .cotizacion img {
        display: none;
    }
    
    .cotizacion p {
        width: 100%;
    }
    
    .confian {
        background-position: center;
    }
    
}

@media screen and (max-width: 750px){
    
    .wrap {width: 90%;}
 
    iframe {
        float: none;
        width: 100%;
        clear: both;
        display: block;
    }
    
    .contacto ul {
        width: 100%;
        margin-top: 20px;
    }
    
}

@media screen and (max-width: 750px){ 
    
    .confian ul:last-child {
        margin-left: 0px;
        display: block;
        clear: both;
        float: none;
    }
    
}