@charset "utf-8";
/* CSS Document */



body, html {
	padding: 0;
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 13px;
	color: #646464;
	font-family: 'Open Sans', serif;
	}


body{
	/*overflow: hidden;*/
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

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



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


form:after{
	display: block;
	content: '';
	clear: both;
}

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #00d072;
    border: none;
    padding: 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}

#gotop:hover{
	background-color: #333;
}





/*HEADER --------------------------------------*/
header{}




/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/


#slide{
	background-image: url(images/slide.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 80px 0 110px;
}

body.gracias #slide{
	background-image: url(images/gracias-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 80px 0 110px;
	min-height: calc(100vh - 70px);
}

#logo{
	margin: 0 0 100px;
	padding: 0;
}

body.gracias #logo {
    margin: 0 0 120px;
} 

#slide .banner{
	background-color: transparent;
    color: #fff;
    padding: 0;
    display: inline-block;
    position: relative;
}


#slide h1{
	font-size: 43px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

#slide .bajada{
	font-size: 31px;
	line-height: 41px;
	color: #0d0e54;
	text-align: left;
	font-weight: 400;
}

.flag {
    position: absolute;
    background-color: #00d072;
    top: -25px;
    font-size: 36px;
    letter-spacing: 11px;
    font-weight: 700;
    padding: 10px 15px;
}

body.gracias .flag {
	position: relative;
    color: #fff;
    background-color: #317F56;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 10px 15px;
    max-width: 540px;
    margin-top: 60px;
}

body.gracias .flag img {
    height: 30px;
}

#slide h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

#slide .col-equal > [class*="col-"] {
    vertical-align: top;
 }


.formucol {
	margin-top: 45px;
}



.box.amar {
    background-color: rgba(27, 27, 27, 0.79);
    padding: 30px 30px 30px 30px;
    height: 100%;
}


.box.amar h4 {
    font-size: 23px;
    color: #fff;
    line-height: 29px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}


.box.amar h4 span {
    font-size: 17.5px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    text-transform: initial;
    display: block;
    line-height: 21px;
    padding: 10px 0 20px;
}


label.error {
    color: #ff8b00;
    margin-top: 10px;
}

form {
    margin-top: 13px;
    width: 97%;
    margin: 0 auto;
}


.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: white !important;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 6px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .es_button {
    margin-top: 3px;
}

.form-btn.btn-default {
    color: #fff;
    background-color: #dd861e;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    height: auto;
    line-height: inherit;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 15px 45px;
    display: block;
    width: 100%;
}

.form-btn.btn-default:hover, #cta a:hover {
	background-color: #ff8b00;
    color: #fff;
}

.form-control::-webkit-input-placeholder{
	   color:#fff;
	}

.form-control:-moz-placeholder{ /* Firefox 18- */
	   color:#fff; 
	}

.form-control::-moz-placeholder{  /* Firefox 19+ */
	   color:#fff; 
	}

.form-control:-ms-input-placeholder{  
	   color:#fff;
	}




.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}


.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


select option {
    margin: 40px;
    background: rgb(255, 139, 0, 1);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);    
}

section.items{
	padding: 80px 0;
}

.icono-in{

    position: relative;
}



.icono-in img {float: left;max-width: 75px;}

.icono-in h5 {
    float: left;
    font-size: 23px;
    font-weight: 700;
    color: #2e2e2e;
    padding: 12px 0px 0 13px;
}

.icono-in:after {content: '';display: block;clear: both;}


.border {background: #cdcdcd;position: absolute;}

.border.border-r {
    height: 100%;
    width: 1px;
    right: 8px;
    top: 0;
}

.border.border-b {
    width: 100%;
    height: 1px;
    bottom: 8px;
}



#porque{
	position: relative;
	z-index: 2;
}

section#porque .container{
	background-image: url(images/bg-porque.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#porque img.img{
	padding-bottom: 110px;
}



.blanc {
    margin-top: 200px;
    background-color: #fff;
    padding: 72px 48px;
}

.blanc h3 {
    font-size: 22px;
    color: #ff8b00;
    font-weight: 700;
    margin-bottom: 30px;
}

p {
    font-size: 14px;
    line-height: 23px;
    color: #656565;
}

.blanc p strong {
    color: #ff8b00;
    font-weight: 400;
}


section#carreras{
	padding-top: 380px;
	position: relative;
	margin-top: -260px;
	background-image: url(images/carreras-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	z-index: 1;
}


section#carreras:before {
    display: block;
    content: '';
    width: 100%;
    height: 729px;
    background: #ff8b00;
    background-image: url(images/seguros-bg.png);
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}


section .title{
	text-align: center;
	margin-bottom: 75px;
}


section .title h2{
	color: #ff8b00;
	font-size: 42px;
	font-weight: 600;
}

section .title h2:after{
	margin: 0 auto;
	background-color: #ff8b00;
	width: 76px;
	height: 1px;
	margin-top: 26px;
	content: '';
	display: block;
}



.c-box{
   
    background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 80px;
}

.row.left .c-box{
	 background-image: url(images/cbox-bg-l.png);
    background-position: top right;
    padding: 50px 20px 66px 0;
}

.row.right .c-box{
	 background-image: url(images/cbox-bg-r.png);
    background-position: top left;
    padding: 50px 0px 66px 20px;
}

.row.left .nopad{
	padding-left: 0;
}

.row.right .nopad{
	padding-right: 0;
}

.c-box h4{
	font-size: 28px; 
	font-weight: 600;
	color:  #ff8b00;
	margin-bottom: 13px;
}


p strong{
	font-weight: 600;
}

.space-15{
	display: block;
	padding-bottom: 15px;
}





section.cta{
	background: url(images/cta.jpg);
	background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	padding: 144px 0 134px;
	text-align: center;
}



section.cta .title h2 {
    color: #fff;
    font-size: 36px;
}

section.cta .title h2:after{
	background-color: #fff;
}

.logo{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float: left;
	width: 20%;
	text-align: center;
}

.logo a{
	width: 100%;
	text-align: center;
}

.logo a img{
	display: block;
	margin: 0 auto;
}




.cta a.btn {
    margin-top: 50px;
    color: #fff;
    background-color: #0e6955;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 15px 30px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}

.cta a.btn:hover{
	cursor: pointer;
	background-color: #00d072;
}




/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer {
    padding:22px 0 25px;
    line-height: 23px;
    background: #565656;
    color: #fff;
}

footer p{
	color: #fff;
}

footer .hidden-xs {
    display: inline-block;
}


.crandi {
	width: 64px;
    height: 12px;
    background: url(https://www.crandi.com/commonweb/crandi-footer.png) no-repeat 0 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.crandi:hover, .crandi:active, .crandi:focus {
	background-position: bottom;
}



@media only screen and (max-width: 1199px) {
	#slide h1 {
    font-size: 37px;
	}
	#slide h2 {
    font-size: 20px;
	}
	
	.box.amar h4 {
    font-size: 18px;
	}
	
	.box.amar h4 span {
    font-size: 15px;
	}
	
	
	
	.icono-in {
    position: relative;
    margin-bottom: 20px;
	}
	
	
	.c-box {
    background-size: 85%;
	background-position-y: bottom!important;
	}
	.c-box:before {
    width: 79%;
    content: '';
    height: 31%;
    display: block;
    top: 0;
    right: 17px;
    background: #fff;
    position: absolute;
	}
	.row.right .c-box:before {
    left: 15px;
	}
	.row.left .c-box:before {
    right: 17px;
	}

}

@media only screen and (min-width: 992px) {
	.row.col-equal {
    display: table;
	width: 100%;
	height: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
 	}
}
@media only screen and (max-width: 991px) {
	.col-equal > [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}	
	#logo {
    margin: 0 0 85px;
    padding: 0;
	text-align: center;
	}
	#slide .banner {
    display: block;
    background: rgb(255, 139, 0, .8);
    padding: 30px;
	}
	#slide {
    background-attachment: initial;
	}
}

@media only screen and (min-width: 768px) and (max-width:992px) {
	#seguros .c-box {
	    background-image: url(images/cbox-bg-r.png)!important;
	}
}


@media only screen and (max-width: 768px) {
	
	#porque img.img {
    padding-bottom: 0;
    width: 100%;
	}
	.blanc {
    margin-top: -250px;
	}
	
	
}



@media only screen and (min-width: 767px) {
	body.gracias #slide {
	    background-image: url(images/gracias-bg.jpg);
	    background-size: cover;
	    background-position: 70% center;
	    background-attachment: scroll;
	    background-repeat: no-repeat;
	    padding: 80px 0 110px;
	    min-height: calc(100vh - 70px);
	}
	
}

@media only screen and (max-width: 767px) {
	.icono-in h5 {
    font-size: 28px;
    padding: 5px 0px 0 35px;
	}
	
	#logo {
    margin: 0 0 20px;
	}
	
	#slide {
    padding: 20px 0 20px;
	}
	.flag {
    font-size: 24px;
    letter-spacing: 7px;
    padding: 10px 15px;
	}
	#slide .banner {
    padding: 30px;
	}
	#slide h1 {
    font-size: 29px;
    line-height: 40px;
	}
	#slide h2 {
    font-size: 20px;
    line-height: 27px;
	}
	.box.amar h4 {
    font-size: 19px;
	}
	.formucol {
    margin-top: 20px;
	}
	.icono-in img {
    margin-left: 18px;
	}
	
	section.items {
    padding: 40px 0;
	}
	
	.blanc {
    margin-top: 0px;
    padding: 38px 25px;
	}
	section#carreras {
    padding-top: 370px;
    margin-top: -340px;
	}
	.c-box {
	background-image: none!important;
    padding: 0!important;
    width: 100%;
    margin-bottom: 30px;
	}
	.pull-left,.pull-right {
    float: none!important;
	}
	.c-box img{
	width: 100%;
	}
	.nopad {
    padding: 15px 15px 25px!important;
    background-image: url(images/cbox-bg-l.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 0 15px;
	}
	section#carreras:before {
    display: block;
    content: '';
    width: 100%;
    height: 930px;
    background: #ff8b00;
    position: absolute;
    bottom: 0;
    left: 0;
	}
	
	section#carreras .row.right:last-child .nopad{
	background-image: url(images/cbox-bg-l-b.png);
	}
	
	section.cta {
    padding: 60px 0 60px;
	background-attachment: inherit!important;
	}
	section.cta .title h2 {
    font-size: 31px;
	}
	.logo {
    float: none;
    width: 46%;
    display: inline-block;
	}	
	section .title {
    margin-bottom: 45px;
	}
	.cta a.btn {
    font-size: 24px;
    letter-spacing: 0px;
	}
	#seguros .c-box {
		background-color: #fff!important;
	}
	#seguros .imgContainer {
		padding:0!important;
	}
}


@media only screen and (min-width: 486px) and (max-width: 767px) {
	.visible-xxs {
    display: none;
	}
	body.gracias #slide {
	    background-image: url(images/gracias-bg.jpg);
	    background-size: cover;
	    background-position: 70% center;
	    background-attachment: scroll;
	    background-repeat: no-repeat;
	    padding: 80px 0 110px;
	    min-height: calc(100vh - 70px);
	}
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}
	.box.amar {
    padding: 30px 25px 30px 25px;
	}
	section .title h2 {
    font-size: 32px;
	}
	body.gracias #slide {
	    background-image: url(images/gracias-bg.jpg);
	    background-size: cover;
	    background-position: 76% center;
	    background-attachment: scroll;
	    background-repeat: no-repeat;
	    padding: 80px 0 110px;
	    min-height: calc(100vh - 70px);
	}	
	body.gracias .flag {
		font-size: 16px;
	    max-width: 478px;
	    text-align: center;
	    letter-spacing: 1px;
	    padding: 15px;
	    margin-top: 50px;
	}
}

@media only screen and (max-width: 410px) {	
	#slide h1 {
    font-size: 25px;
    line-height: 31px;
	}
	.box.amar h4 {
    font-size: 17px;
	}
	.icono-in h5 {
    font-size: 24px;
    padding-top: 11px;
	}
	section.cta .title h2 {
    font-size: 26px;
	}
	section .title h2 {
    font-size: 28px;
	}
}

@media only screen and (max-width: 375px) {
	
}


@media only screen and (max-width: 360px) {
	#slide .banner {
    padding: 50px 15px 40px;
	}
	.box.amar {
    padding: 30px 15px 30px 15px;
	}
	.cta a.btn {
    font-size: 20px;
	}
}

@media only screen and (max-width: 320px) {
	.cta a.btn {
    font-size: 17px;
	}
}
















