@import url('https://fonts.googleapis.com/css?family=Bungee&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
font:inherit;
font-size:100%;
margin:0;
padding:0;
vertical-align:baseline;
}

.img_section2 {
  margin: 1px auto;
  width: 40px;
  height: 40px;
  background: #ffc727;
  padding: 20px auto;
  color: #fff;
  font-size: 30px;
  font-family: Bungee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align:center;
}



  .errorlist{

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    list-style: none;
  
  }



article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

html, body {font-family: 'Lato', helvetica, arial, sans-serif; height: 100%;
    margin: 0;}

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#cv {
	width: 90%;
	max-width: 800px;
	background: #f3f3f3;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #cf8a05;
	background: #ededed;
}

#name h1 {
	font-size: 2.5em;
	font-weight: 700;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 2em;
	margin-left: 2px;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
}

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 12.5%;
	float: left;
	margin-right: 30px;
}

#headshot img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, a[href^=tel] {
	color: #444; 
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#contactDetails ul li a:hover { 
	color: #cf8a05;
}


section {
	border-top: 1px solid #dedede;
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}
.column {
    float: left;
    width: 50%;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
}

.sectionTitle h1 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #cf8a05;
}

.sectionContent h2 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}

@media all and (min-width: 602px) and (max-width: 800px) {
	#headshot {
		display: none;
	}
	
	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
}

@media all and (max-width: 601px) {
	#cv {
		width: 95%;
		margin: 10px auto;
		min-width: 280px;
	}
	
	#headshot {
		display: none;
	}
	
	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.sectionTitle, .sectionContent {
		float: none;
		width: 100%;
	}
	
	.sectionTitle {
		margin-left: -2px;
		font-size: 1.25em;
	}
	
	.keySkills {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}
}

@media all and (max-width: 480px) {
	.mainDetails {
		padding: 15px 15px;
	}
	
	section {
		padding: 15px 0 0;
	}
	
	#mainArea {
		padding: 0 25px;
	}

	
	.keySkills {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	}
	
	#name h1 {
		line-height: .8em;
		margin-bottom: 4px;
	}
}

@media print {
    #cv {
        width: 100%;
    }
}

@-webkit-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.instaFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
}

.quickFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: ease-in;
	
	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 2.5s;
    -moz-animation-timing-function: ease-in;
	
	animation-name: reset, fade-in;
    animation-duration: 2.5s;
    animation-timing-function: ease-in;
}
 
.delayOne {
	-webkit-animation-delay: 0, .5s;
	-moz-animation-delay: 0, .5s;
	animation-delay: 0, .5s;
}

.delayTwo {
	-webkit-animation-delay: 0, 1s;
	-moz-animation-delay: 0, 1s;
	animation-delay: 0, 1s;
}

.delayThree {
	-webkit-animation-delay: 0, 1.5s;
	-moz-animation-delay: 0, 1.5s;
	animation-delay: 0, 1.5s;
}

.delayFour {
	-webkit-animation-delay: 0, 2s;
	-moz-animation-delay: 0, 2s;
	animation-delay: 0, 2s;
}

.delayFive {
	-webkit-animation-delay: 0, 2.5s;
	-moz-animation-delay: 0, 2.5s;
	animation-delay: 0, 2.5s;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}
  
.btn-lg {
  font-size: 12px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  RAISED BUTTONS
************************/

.btn-primary.raised:active, .btn-primary.raised.active {
    background: #ffbc00;
    box-shadow: none;
    margin-bottom: -4px;
    margin-top: 4px;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    padding: 18px 15px;
    border: 1 none;
    border-color: white;
    font-weight: bold;
    letter-spacing: 1px;
    font-size:0.9em;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #FFC727;
    color: #562020;
    font-weight:normal;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #FFC727;
    color: #562020;

}
.btn-primary:active, .btn-primary.active {
    background: #562020;
    box-shadow: none;
}


/* NEW */
.container-fluid {
	background-color: #FFF;
	padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px; 
    margin-left: 0px;

}



.sectionTwoIndex {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoIndex h2{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold;}
.sectionTwoIndex h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionTwoIndex h4{line-height:1.0em; font-size:17px; color:#562020;}
#sectionTwoCenterH {margin-left: 45px;}
#sectionTwoCenterH2 {margin-left: 45px;}
#sectionTwoCenterH3 {margin-left: 45px;}
#sectionTwoCenterH4 {margin-left: 45px;}
#sectionTwoCenter {text-align: center;}
#centerText {
  width: 80%;
  margin: 0 auto;
}

.sectionThreeIndex {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionThreeIndex h2{line-height:1.0em; font-size:36px; color:#562020; font-weight:bold; text-align: center;}
.sectionThreeIndex h3{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold;}
.sectionThreeIndex h4{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal;}
.sectionThreeIndex em{color: #FFC727; font-size: 45px;}
.sectionThreeIndex a{font-weight: bold; width: 300px; text-align: center; background-color: #FFC727; color: #562020}
#pc{
	width:580px;
    height: 480px;
}

.sectionFourIndex h2{font-size:16px; color:#fff; font-style: bold;}
.sectionFourIndex h3{line-height:1.2em; font-size:16px; color:#a0a0a0; font-style: italic; text-align: center;}
.sectionFourIndex a{font-size:12px; font-weight: bold;}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.sectionFiveIndex {background-color:#562020; background-image:url("../img/fondo_camion2.665a388bd06e.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFiveIndex h2{line-height:1.0em; margin-top:70px; margin-bottom: 20px;font-size:2.5em; color:#FFF; font-weight:bold;}
.sectionFiveIndex h3{line-height:1.2em; margin-top:15px;margin-bottom: 10px;font-size:1.2em; color:#FFF; font-weight:bold;}
.sectionFiveIndex a{font-weight: bold; width: 200px; text-align: center; background-color: #FFC727; color: #562020}
.sectionFiveIndex p{line-height:1.2em; margin-top:15px;margin-bottom: 10px;font-size:1.2em; color:#FFF; font-weight:bold;}

.sectionSixIndex {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionSixIndex h2{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold; text-align: justify;}
.sectionSixIndex h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionSixIndex em{color: #FFC727; font-size: 45px;}
.sectionSixIndex a{font-weight: bold; width: 300px; text-align: center; background-color: #FFC727; color: #562020}

.sectionSevenIndex {background-image:url("../img/green_truck.35432de86aff.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family: 'Lato';}
.sectionSevenIndex h2{line-height:1.0em; margin-top: 70px; font-size:38px; color:#fff; font-weight:bold; text-align: justify;}
.sectionSevenIndex h3{line-height:1.3em; font-size:18px; color:#fff; font-weight:normal; text-align: justify;}

.parallax {
    /* The image used */

    /* Set a specific height */
    min-height: 380px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newChargePublish {

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.newChargePublishMaritime {

	background-image: url("../img/transporte-maritimo-internacional.8b4bcce01a60.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.backgroundCompanyProfile {

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}



/* END INDEX DESIGN */
.row {
  margin-left: 0px;
  margin-right: 0px;
}


/* CONTACT COMPANIES DESIGN */

.sectionOneContactCompany {background-image:url("../img/empresas/img1.1b52a827a146.png");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family: 'Lato'; }
.sectionOneContactCompany h1{font-size:34px; color:#fff; font-weight:bold;}
.sectionOneContactCompany h2{line-height:1.2em; font-size:22px; color:#fff; font-weight:bold;}

.sectionTwoContactCompany {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoContactCompany a{text-align: center;}

.sectionTwoContactCompany h1{line-height:1.0em; font-size:38px; color:#562020; font-weight:bold; }
.sectionTwoContactCompany h2{line-height:1.0em; font-size:24px; color:#562020; font-weight:bold; text-align: center;}
.sectionTwoContactCompany h3{line-height:1.3em; font-size:16px; color:#562020; font-weight:normal;  width: 80%; text-align: justify;}
.sectionTwoContactCompany img{color: #FFC727; font-size: 70px; border-radius: 1%; width: 600px; height: 320px;}
.video {

   position: relative;

   padding-bottom: 56.25%;

   overflow: hidden;

}

.video iframe
 {

    position: absolute;
    display: block;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}


.sectionThreeContactCompany {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionThreeContactCompany h1{line-height:1.0em; font-size:32px; color:#562020; font-weight:bold;}
.sectionThreeContactCompany h2{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold;}
.sectionThreeContactCompany h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal;}
.sectionThreeContactCompany em{color: #FFC727; font-size: 32px;}
.sectionThreeContactCompany a{font-weight: bold; text-align: center; background-color: #FFC727; color: #562020}
#gestion {
	height: 33px;
	width: 33px;
}
#lista {
	height: 33px;
	width: 33px;
}

#movil {
	height:600px;
	width: 700px;
}
.sectionFourContactCompany {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFourContactCompany h1{line-height:1.0em; font-size:32px; color:#562020; font-weight:bold; text-align: center;}
.sectionFourContactCompany h2{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold;}
.sectionFourContactCompany h3{line-height:1.2em; outline-width: 2.0em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionFourContactCompany h3{line-height:1.2em; outline-width: 2.0em; font-size:12px; color:#562020; font-weight:normal; text-align: justify;}
.sectionFourContactCompany img{height: 140px; width: 140px;}
.sectionFourContactCompany a{margin:auto; text-align: center;}





.sectionFiveContactCompany {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFiveContactCompany h1{font-size:30px; color:#562020; font-style: bold;}



/* END CONTACT COMPANIES DESIGN */

/* TRUCKERS DESIGN */

.sectionOneTransportistas {background-image:url("../img/transportistas/img1.c645078ad847.png");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family: 'Lato';}
.sectionOneTransportistas h1{font-size:34px; color:#fff; font-weight:bold;}
.sectionOneTransportistas h2{line-height:1.2em; font-size:22px; color:#fff; font-weight:bold;}

.sectionTwoTransportistas h2{margin-top:30px; margin-bottom: 20px;font-size: 32px; font-weight: bold; color: #562020; text-align: center;}
.sectionTwoTransportistas h3{margin-top:30px; margin-bottom: 20px;font-size: 20px; font-weight: bold; color: #562020; text-align: center;}


.sectionThreeTransportistas {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionThreeTransportistas h2{font-size:32px; color:#562020; font-weight:bold; text-align: center;}
.sectionThreeTransportistas h3{font-size:22px; color:#562020; font-weight:bold;}
.sectionThreeTransportistas h4{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionThreeTransportistas img{height: 45px; width: 45px;}


.sectionFourTransportistas {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFourTransportistas h1{font-size:32px; color:#562020; font-weight:bold; text-align: center;}
.sectionFourTransportistas h2{font-size:22px; color:#562020; font-weight:bold; text-align: center;}
.sectionFourTransportistas h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionFourTransportistas em{color: #FFC727; font-size: 32px;}
.sectionFourTransportistas a{font-weight: bold; text-align: center; background-color: #FFC727; color: #562020}

.sectionFiveTransportistas h1{line-height:1.0em; font-size:30px; color:#562020; font-weight:bold; margin-top: 40px; text-align: center;}
.sectionFiveTransportistas h2{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}


/* END TRUCKER DESIGN */

/* FORMS */
.sectionLogin h1{line-height:1.0em; margin-top:20px; margin-bottom: 30px;font-size:1.4em; color:#562020; font-weight:bold;}
.sectionLogin {background-image:url("../img/fondo_camion.962e3fa1e157.jpg"); background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionLogin p{line-height:1.0em; margin-top:10px; margin-bottom: 20px;font-size:1.0em; color:#562020; font-weight:bold;}

.sectionRegistrationCompany {background-image:url("../img/infoContact1.9392a29df84c.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionRegistrationCompany h1{line-height:1.0em; margin-top:42px;font-size:48px; color:#fff; font-weight:bold; font-family: 'Bungee';}
.sectionRegistrationCompany h2{line-height:1.2em; margin-top:22px; margin-bottom: 20px;font-size:28px; color:#fff; font-weight:bold;}
.sectionRegistrationCompany h3{line-height:1.2em; font-size:18px; color:#7a7a7a; font-weight:bold;}

.sectionRegistrationTruckers h1{line-height:1.0em; margin-top:20px; margin-bottom: 30px;font-size:1.4em; color:#562020; font-weight:bold;}
.sectionRegistrationTruckers {
  /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.sectionRegistrationTruckers p{line-height:1.0em; margin-top:10px; margin-bottom: 20px;font-size:1.0em; color:#562020; font-weight:bold;}

.login {
/* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
	
}
.sectionOneNewTrucker {background-image:url("../img/fondo_camion.962e3fa1e157.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionOneNewTruck {background-image:url("../img/fondo_camion2.665a388bd06e.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}


/* LANDINGS CONTAINERS*/

.sectionOneContainers {
	background-image:url("../img/transporte-maritimo-internacional.8b4bcce01a60.jpg");
 	height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;;
}
.sectionOneContainers h1{line-height:1.0em; font-size:40px; color:#fff; font-weight:bold;}
.sectionOneContainers h2{line-height:1.2em; font-size:26px; color:#fff; font-weight:bold;}

.sectionTwoContainers {background-color: #eaeaea;}
.sectionTwoContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionTwoContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold; text-align: center;}
.sectionTwoContainers p{line-height:1.0em; font-size:18px; color:#562020; text-align: center;}

.sectionThreeContainers {background-color: #fff;}
.sectionThreeContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionThreeContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionThreeContainers p{line-height:1.0em; font-size:16px; color:#562020;}

.sectionFourContainers {background-color: #f6f6f6;}
.sectionFourContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionFourContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionFourContainers p{line-height:1.0em; font-size:18px; color:#562020;}

.parallaxContainers {
    /* The image used */
    background-image: url("../img/transporte-maritimo-contenedores.0d31b04050c5.jpg");
    background-color: #FFC727;

    /* Set a specific height */
    min-height: 420px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionFiveContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionFiveContainers p{line-height:1.0em; font-size:18px; color:#562020; text-align: center;}

.sectionSixContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionSixContainers p{line-height:1.0em; font-size:18px; color:#562020; text-align: center; text-align: center;}

.sectionSevenContainers {background-color: #f6f6f6;}
.sectionSevenContainers p{line-height:1.0em; font-size:18px; color:#562020; font-weight:bold;}

.sectionEightContainers {background-color: #fff;}
.sectionEightContainers h1{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold; text-align: center;}
.sectionEightContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionEightContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionEightContainers p{line-height:1.0em; font-size:16px; color:#562020;}

.sectionTenContainers {background-color: #f6f6f6;}
.sectionTenContainers h1{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold; text-align: center;}
.sectionTenContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionTenContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold; text-align: center;}
.sectionTenContainers p{line-height:1.0em; font-size:16px; color:#562020; text-align: center;} 


.sectionNineContainers {background-color: #fff;}
.sectionNineContainers h1{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold; text-align: center;}
.sectionNineContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionNineContainers h3{line-height:1.2em; font-size:20px; color:#562020;}
.sectionNineContainers p{line-height:1.0em; font-size:16px; color:#562020;}

.sectionTenContainers {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionTenContainers h2{font-size:36px; color:#562020; font-style: bold; font-family: 'Lato'; text-align: center;}
.sectionTenContainers h3{font-size:18px; color:#562020; font-style: bold; font-family: 'Lato';}
.sectionTenContainers h4{line-height:1.2em; font-size:20px; color:#562020; font-family: 'Lato'; font-weight: bold; text-align: center;}
.sectionTenContainers p{line-height:1.2em; font-size:14px; color:#000; text-align: justify;}




/* LANDINGS ADWORDS */

/* LANDING JC */


.sectionOneLandingAdwordsA {background-image:url("../img/cargoTruckIndex.36f42873ac45.jpg");background-repeat:no-repeat; background-size: cover; height: 100%; width: 100%; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionOneLandingAdwordsA p{font-size:55px; color:#fff; font-weight:bold; font-family:'Bungee';}
.sectionOneLandingAdwordsA h1{line-height:1.0em; font-size:40px; color:#fff; font-weight:bold; }
.sectionOneLandingAdwordsA h2{line-height:1.2em; font-size:22px; color:#fff; font-weight:normal;}
.sectionOneLandingAdwordsA h3{line-height:1.2em; font-size:20px; color:#fff; font-weight:normal;}
.sectionOneLandingAdwordsA h4{line-height:1.2em; font-size:20px; color:#a0a0a0; font-weight:bold;}
.sectionOneLandingAdwordsA img{height: 440px; width: 500px;}

.sectionTwoLandingAdwordsA {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoLandingAdwordsA h1{line-height:1.0em; font-size:36px; color:#000; font-weight:bold;}
.sectionTwoLandingAdwordsA h2{line-height:1.0em; font-size:30px; color:#000; font-weight:normal;}
.sectionTwoLandingAdwordsA h3{line-height:1.2em; font-size:18px; color:#000; font-weight:normal;  width: 80%;}
.sectionTwoLandingAdwordsA em{color: #FFC727; font-size: 70px;}


.sectionEightLandingProvince {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionEightLandingProvince h1{line-height:1.0em; font-size:30px; color:#000; font-weight:bold; text-align: center; font-family: 'Montserrat'}
.sectionEightLandingProvince p{line-height:1.4em; font-size:18px; color:#000; font-weight:normal; text-align: justify; font-family: 'Montserrat'}



.sectionThreeLandingAdwordsA {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionThreeLandingAdwordsA h1{line-height:1.0em; font-size:36px; color:#562020; font-weight:bold;}
.sectionThreeLandingAdwordsA h2{line-height:1.0em; font-size:12px; color:#562020; }
.sectionThreeLandingAdwordsA h3{line-height:1.2em; font-size:18px; color:#562020; font-weight:normal;}
.sectionThreeLandingAdwordsA em{color: #FFC727; font-size: 30px;}
.sectionThreeLandingAdwordsA img{height: 440px; width: 500px;}

.sectionFourLandingAdwordsA {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFourLandingAdwordsA h2{font-size:16px; color:#fff; font-style: bold;}
.sectionFourLandingAdwordsA h3{line-height:1.2em; font-size:16px; color:#a0a0a0; font-style: italic;}
.sectionFourLandingAdwordsA a{font-size:12px; font-weight: bold;}

/* LANDING FRAN */

.sectionOneLandingAdwordsB {background-image:url("../img/cargoTruck.7a2004caa315.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionOneLandingAdwordsB h1{font-size:55px; color:#fff; font-weight:bold; font-family:'Bungee';}
.sectionOneLandingAdwordsB h2{line-height:1.0em; font-size:32px; color:#fff; font-weight:bold;}
.sectionOneLandingAdwordsB h3{line-height:1.2em; font-size:25px; color:#fff; font-weight:normal;}
.sectionOneLandingAdwordsB h4{line-height:1.2em; font-size:20px; color:#a0a0a0; font-weight:bold;}
.sectionOneLandingAdwordsB img{height: 440px; width: 500px;}

.sectionTwoLandingAdwordsB {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoLandingAdwordsB h1{line-height:1.0em; font-size:36px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsB h2{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsB h3{line-height:1.2em; outline-width: 2.0em; font-size:16px; color:#562020; font-weight:normal; width: 75%;}
.sectionTwoLandingAdwordsB em{color: #FFC727; font-size: 70px;}
.sectionTwoLandingAdwordsB img{height: 100px;}

.sectionThreeLandingAdwordsB {background-color: #ffc727; padding: 0 0 0 0px !important;}
.sectionThreeLandingAdwordsB h2{font-size:36px; color:white; font-style: bold; text-align: center; font-family: 'Bungee';}
.sectionThreeLandingAdwordsB h3{line-height:1.2em; font-size:28px; color:white; font-family: 'Montserrat'; font-weight: bold; text-align: center;}

.sectionFourLandingAdwordsB {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFourLandingAdwordsB h1{font-size:36px; color:#000; font-style: bold;text-align:center;}
.sectionFourLandingAdwordsB h2{font-size:28px; color:#000; font-style: bold;text-align:center;}
.sectionFourLandingAdwordsB h3{line-height:1.2em; font-size:18px; color:#000;}
.sectionFourLandingAdwordsB img{height: 70px;margin:1px auto;display: block;text-align: center;}


.sectionFiveLandingAdwordsB {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFiveLandingAdwordsB h1{line-height:1.0em; font-size:36px; color:#562020; font-weight:bold;}
.sectionFiveLandingAdwordsB h2{line-height:1.0em; font-size:23px; color:#562020; font-weight:bold;}
.sectionFiveLandingAdwordsB h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal;}



/*LANDING SEVILLA ADWORDS*/
.sectionOneLandingAdwordsSevilla{
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/landing-03-min-v.115bf336d916.webp") no-repeat center center; /* W3C */
  background: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/landing-03-min-v.115bf336d916.webp") no-repeat center center; /* FF3.6+ */
  background: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/landing-03-min-v.115bf336d916.webp") no-repeat center center; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/landing-03-min-v.188bd8fb2481.jpg") no-repeat center center;  /* Opera 11.10+ */
  background: -ms-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/landing-03-min-v.188bd8fb2481.jpg") no-repeat center center;  /* IE10+ */
  background-image: image-set(url("../img/landing-03-min-v.188bd8fb2481.jpg") 1x); /* Safari */
 
  /* Full height */
  height: 100%;
  padding: 15px 0px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.sectionOneLandingAdwordsSevilla p{font-size:50px;color:#ffc727;font-weight:bold;font-family:'Bungee';}
.sectionOneLandingAdwordsSevilla p.info{font-size:12px;color:#000;font-weight:normal;font-family:'Montserrat'; text-align: center;}
.sectionOneLandingAdwordsSevilla h1{line-height:1.0em;font-size:36px;color:#fff;font-weight:bold;  font-family: 'Montserrat'}
.sectionOneLandingAdwordsSevilla h2{line-height:1.2em;font-size:26px;color:#fff;font-weight:normal; font-family: 'Montserrat'}
.sectionOneLandingAdwordsSevilla h3{line-height:1.2em;font-size:24px;color:#fff;font-weight:bold; font-family: 'Montserrat';margin:15px 0;}

.sectionOneLandingAdwordsMaritime{
	background-image:url("../img/transporte-maritimo-internacional.8b4bcce01a60.jpg");
 	height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;;
}
.sectionOneLandingAdwordsMaritime p{font-size:55px; color:#fff; font-weight:bold; font-family:'Bungee';}
.sectionOneLandingAdwordsMaritime h1{line-height:1.0em; font-size:32px; color:#fff; font-weight:bold; }
.sectionOneLandingAdwordsMaritime h2{line-height:1.2em; font-size:22px; color:#fff; font-weight:normal; }
.sectionOneLandingAdwordsMaritime h3{line-height:1.2em; font-size:20px; color:#fff; font-weight:normal;}
.sectionOneLandingAdwordsMaritime h4{line-height:1.2em; font-size:20px; color:#a0a0a0; font-weight:bold;}
.sectionOneLandingAdwordsMaritime img{height: 440px; width: 500px;}



/*LANDINGS PROVINCIAS*/

.sectionTwoLandingProvince {background-color: #FFF;}
.sectionTwoLandingProvince h2{line-height:1.0em; font-size:32px; color:#562020; font-weight:bold; text-align: center;}
.sectionTwoLandingProvince h3{line-height:1.2em; font-size:22px; color:#562020; font-weight:bold; text-align: center;}
.sectionTwoLandingProvince p{font-size:18px; color:#000; text-align: center;}

.sectionThreeLandingProvince {background-color: #FFC727;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionThreeLandingProvince h2{font-size:36px; color:#fff; font-style: bold; font-family: 'Bungee'; text-align: center;}
.sectionThreeLandingProvince h3{line-height:1.2em; font-size:26px; color:#562020; font-family: 'Lato'; font-weight: bold;}

.sectionFourLandingProvince {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFourLandingProvince h2{line-height:1.0em; font-size:36px; color:#562020; }
.sectionFourLandingProvince h3{line-height:1.2em; font-size:22px; color:#562020; font-weight:normal;}
.sectionFourLandingProvince p{line-height:1.0em; font-size:18px; color:#562020; font-weight:bold;}

.sectionFiveLandingProvince {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFiveLandingProvince h2{font-size:36px; color:#562020; font-style: bold;}
.sectionFiveLandingProvince h3{line-height:1.2em; font-size:28px; color:#562020;}
.sectionFiveLandingProvince p{line-height:1.2em; font-size:20px; color:#562020;}
.sectionFiveLandingProvince img{height: 70px;}

.sectionSixLandingProvince {background-color: #FFC727;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionSixLandingProvince h2{font-size:36px; color:#fff; font-style: bold; font-family: 'Bungee'; text-align: center;}
.sectionSixLandingProvince h3{line-height:1.2em; font-size:26px; color:#562020; font-family: 'Lato'; font-weight: bold;}


/*LANDING TRUCK ADWORDS*/


.sectionTwoLandingAdwordsTruckers {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionTwoLandingAdwordsTruckers h1{line-height:1.0em; font-size:32px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsTruckers h2{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsTruckers h3{line-height:1.2em; outline-width: 2.0em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionTwoLandingAdwordsTruckers img{height: 140px; width: 140px;}

.sectionFourContactTruckLandig h1{line-height:1.0em; font-size:32px; color:#562020; font-weight:bold;}
.sectionFourContactTruckLandig h2{line-height:1.0em; font-size:18px; color:#562020; width: 65%;}


.sectionSEO h3{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold;}
.sectionSEO p {line-height:1.2em; font-size:14px; color:#000;}
/* END LANDING ADWORDS */

.sectionFooter h1{font-size:22px; color:#fff; margin-bottom: 15px;}
.sectionFooter h2{font-size:18px; color:#fff; margin-bottom: 15px;}
.sectionFooter h3{font-size:14px; color:#fff; font-family: 'Lato'}
.sectionFooter a{font-size:12px; color:#fff; font-family: 'Lato';}
.sectionFooter em{color: #FFC727; font-size: 18px; margin-bottom: 15px;}


.load404 {background-color: #fff; font-family: 'Lato'; background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.load404 h1{margin-top: 120px; font-size: 48px; text-align: center; font-weight: bold;}
.load404 h2{margin-top: 35px; font-size: 26px; text-align: center; font-weight: bold;}
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.fondoMisCargas {background-color: #fffdf4; background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}


/* */

.segmented-control {
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent; }
  .segmented-control > input {
    position: absolute;
    left: -10000px;
    opacity: 0; }
    .segmented-control > input[type='checkbox'] ~ label {
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s; }
      .segmented-control > input[type='checkbox'] ~ label:before {
        opacity: 0; }
    .segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1) {
      opacity: 0.3;
      cursor: not-allowed; }
    .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before {
      opacity: 1; }
    .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before {
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2) {
      opacity: 0.3;
      cursor: not-allowed; }
    .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before {
      opacity: 1; }
    .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3) {
      opacity: 0.3;
      cursor: not-allowed; }
    .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before {
      opacity: 1; }
    .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -webkit-transform: translateX(200%);
      transform: translateX(200%); }
    .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -webkit-transform: translateX(200%);
      transform: translateX(200%); }
    .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -webkit-transform: translateX(200%);
      transform: translateX(200%); }
    .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -webkit-transform: translateX(200%);
      transform: translateX(200%); }
    .segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4) {
      opacity: 0.3;
      cursor: not-allowed; }
    .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before {
      opacity: 1; }
    .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
      -moz-transform: translateX(300%);
      -ms-transform: translateX(300%);
      -webkit-transform: translateX(300%);
      transform: translateX(300%); }
    .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
      -moz-transform: translateX(300%);
      -ms-transform: translateX(300%);
      -webkit-transform: translateX(300%);
      transform: translateX(300%); }
    .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
      -moz-transform: translateX(300%);
      -ms-transform: translateX(300%);
      -webkit-transform: translateX(300%);
      transform: translateX(300%); }
    .segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5) {
      opacity: 0.3;
      cursor: not-allowed; }
    .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before {
      opacity: 1; }
    .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
      -moz-transform: translateX(400%);
      -ms-transform: translateX(400%);
      -webkit-transform: translateX(400%);
      transform: translateX(400%); }
    .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
      -moz-transform: translateX(400%);
      -ms-transform: translateX(400%);
      -webkit-transform: translateX(400%);
      transform: translateX(400%); }
    .segmented-control > input:disabled:nth-child(6) ~ label:nth-of-type(6) {
      opacity: 0.3;
      cursor: not-allowed; }
    .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):before {
      opacity: 1; }
    .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
      -moz-transform: translateX(500%);
      -ms-transform: translateX(500%);
      -webkit-transform: translateX(500%);
      transform: translateX(500%); }
  .segmented-control > label {
    display: inline-block;
    padding: 0 .71em;
    cursor: pointer;
    float: left;
    line-height: 3em;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
    -moz-transition-duration: inherit;
    -o-transition-duration: inherit;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -moz-transition-timing-function: inherit;
    -o-transition-timing-function: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit; }
    .segmented-control > label:before, .segmented-control > label:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .segmented-control > label:after {
      color: white;
      content: attr(data-value);
      text-align: center;
      padding: inherit;
      z-index: 10;
      font-style: inherit;
      text-decoration: inherit;
      font-weight: inherit;
      opacity: 0;
      -moz-transition-property: opacity, -moz-transform;
      -o-transition-property: opacity, -o-transform;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      -moz-transition-duration: inherit;
      -o-transition-duration: inherit;
      -webkit-transition-duration: inherit;
      transition-duration: inherit;
      -moz-transition-timing-function: inherit;
      -o-transition-timing-function: inherit;
      -webkit-transition-timing-function: inherit;
      transition-timing-function: inherit; }
    .segmented-control > label:after, .segmented-control > label {
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .segmented-control > label:before {
      content: '';
      color: inherit;
      background: currentColor;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: transform;
      -moz-transition-duration: inherit;
      -o-transition-duration: inherit;
      -webkit-transition-duration: inherit;
      transition-duration: inherit;
      -moz-transition-timing-function: inherit;
      -o-transition-timing-function: inherit;
      -webkit-transition-timing-function: inherit;
      transition-timing-function: inherit; }
    .segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before {
      width: 100%; }
    .segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before {
      width: 50%; }
    .segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before {
      width: 33.33333%; }
    .segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before {
      width: 25%; }
    .segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before {
      width: 20%; }
    .segmented-control > label:first-of-type:nth-last-of-type(6), .segmented-control > label:first-of-type:nth-last-of-type(6):after, .segmented-control > label:first-of-type:nth-last-of-type(6):before, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:before {
      width: 16.66667%; }
  .segmented-control.italic, .segmented-control .italic {
    font-style: italic; }
  .segmented-control.bold, .segmented-control .bold {
    font-weight: bold; }
  .segmented-control.underline, .segmented-control .underline {
    text-decoration: underline; }
  .segmented-control.line-through, .segmented-control .line-through {
    text-decoration: line-through; }

/*# sourceMappingURL=segmented-controls.css.map */

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Leer más';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Ocultar';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}




#barraaceptacion {
    display:block;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:0px;
    width:100%;
    text-align:center;
    min-height:28px;
    background-color: #FBFBFB;
    color:#562020;
    z-index:99999;
    font-size: 12px;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    font-weight: bold;
    color:#562020;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    font-weight: bold;
    text-decoration:none;
    color:#562020;
}

/* Spinner */
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #f1f1f1;
  border-right: 1.1em solid #f1f1f1;
  border-bottom: 1.1em solid #f1f1f1;
  border-left: 1.1em solid #FFC727;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loaderMini,
.loaderMini:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
.loaderMini {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #eee9e9;
  border-right: 1.1em solid #eee9e9;
  border-bottom: 1.1em solid #eee9e9;
  border-left: 1.1em solid #FFC727;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 * Card component
 */


.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}


/*NAVIGATION BAR*/
.navbar-default {
    background-color: #FFC727!important;
    border-color: #562020;
    height: 60px;
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: 2px 2px 5px #666;
}
/* title */
.navbar-default .navbar-brand {
    color: #562020;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    font-size: 28px;
    font-family: 'Bungee';

}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #562020;
}
/* link */

.navbar-default .navbar-nav {

	margin-right: 80px;
	font-size: 20px;
	margin-top: 5px;

}

.navbar-default .navbar-nav > li > a {
    color: #562020;
    background-color: #FFC727;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #FFC727;

}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #FFC727;

}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #562020;
    background-color: #FFC727;
}
/* caret */

.navbar-default .navbar-nav > .dropdown {

	background-color: #FFF;
	color: #562020;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #562020;
    border-bottom-color: #562020;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #562020;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #562020;
}



/*NAVIGATION BAR*/
.navbar-default_white {
  background-color: white!important;
  border-color: black;
  height: 60px;
  margin-right: -15px;
  margin-left: -15px;
  box-shadow: 2px 2px 5px #666;
}
/* title */
.navbar-default_white .navbar-brand {
  color: black;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  font-size: 28px;
  font-family: 'Bungee';

}

.navbar-default_white .navbar-brand:hover,
.navbar-default_white .navbar-brand:focus {
  color: white;
}
/* link */

.navbar-default_white .navbar-nav {

margin-right: 80px;
font-size: 20px;
margin-top: 5px;

}

.navbar-default_white .navbar-nav > li > a {
  color: black;
  background-color: white;
}
.navbar-default_white .navbar-nav > li > a:hover,
.navbar-default_white .navbar-nav > li > a:focus {
  color: black;
  background-color: white;

}
.navbar-default_white .navbar-nav > .active > a, 
.navbar-default_white .navbar-nav > .active > a:hover, 
.navbar-default_white .navbar-nav > .active > a:focus {
  color: black;
  background-color: white;

}
.navbar-default_white .navbar-nav > .open > a, 
.navbar-default_white .navbar-nav > .open > a:hover, 
.navbar-default_white .navbar-nav > .open > a:focus {
  color: black;
  background-color: white;
}
/* caret */

.navbar-default_white .navbar-nav > .dropdown {

background-color: white;
color: black;
}

.navbar-default_white .navbar-nav > .dropdown > a .caret {
  border-top-color: black;
  border-bottom-color: #000;
}

.navbar-default_white .navbar-nav > .dropdown > a:hover .caret,
.navbar-default_white .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.navbar-default_white .navbar-nav > .open > a .caret, 
.navbar-default_white .navbar-nav > .open > a:hover .caret, 
.navbar-default_white .navbar-nav > .open > a:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}

/* mobile version */
.navbar-default_white .navbar-toggle {
  border-color: #000;
}
.navbar-default_white .navbar-toggle:hover,
.navbar-default_white .navbar-toggle:focus {
  background-color: #FFF;
}
.navbar-default_white .navbar-toggle .icon-bar {
  background-color: white;
}



.footer-bs {
    background-color: #3c3d41;
	padding: 40px 40px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 5px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
	text-align: center;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }


@media (max-width: 767px) {

/* LANDINGS ADWORDS */

/* LANDING JC */


.sectionOneLandingAdwordsA {background-image:url("../img/cargoTruckIndex.36f42873ac45.jpg");background-repeat:no-repeat; background-size: cover; height: 780px; width: 100%; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionOneLandingAdwordsA p{font-size:24px; color:#fff; font-weight:bold; font-family:'Bungee';}
.sectionOneLandingAdwordsA h1{line-height:1.0em; font-size:22px; color:#fff; font-weight:bold; }
.sectionOneLandingAdwordsA h2{line-height:1.2em; font-size:18px; color:#fff; font-weight:normal;}
.sectionOneLandingAdwordsA h3{line-height:1.2em; font-size:20px; color:#fff; font-weight:normal;}
.sectionOneLandingAdwordsA h4{line-height:1.2em; font-size:20px; color:#a0a0a0; font-weight:bold;}
.sectionOneLandingAdwordsA img{height: 440px; width: 500px;}

.sectionTwoLandingAdwordsA {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoLandingAdwordsA h1{line-height:1.0em; font-size:36px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsA h2{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsA h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal;  width: 80%;}
.sectionTwoLandingAdwordsA em{color: #FFC727; font-size: 70px;}


.sectionThreeLandingAdwordsA {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionThreeLandingAdwordsA h1{line-height:1.0em; font-size:36px; color:#562020; font-weight:bold;}
.sectionThreeLandingAdwordsA h2{line-height:1.0em; font-size:12px; color:#562020; }
.sectionThreeLandingAdwordsA h3{line-height:1.2em; font-size:18px; color:#562020; font-weight:normal;}
.sectionThreeLandingAdwordsA em{color: #FFC727; font-size: 30px;}
.sectionThreeLandingAdwordsA img{height: 440px; width: 500px;}

.sectionFourLandingAdwordsA {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFourLandingAdwordsA h2{font-size:16px; color:#fff; font-style: bold;}
.sectionFourLandingAdwordsA h3{line-height:1.2em; font-size:16px; color:#a0a0a0; font-style: italic;}
.sectionFourLandingAdwordsA a{font-size:12px; font-weight: bold;}



/* LANDINGS CONTAINERS*/

.sectionOneContainers {
	background-image:url("../img/transporte-maritimo-internacional.8b4bcce01a60.jpg");
 	height: 730px; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;;
}
.sectionOneContainers h1{line-height:1.0em; font-size:30px; color:#fff; font-weight:bold;}
.sectionOneContainers h2{line-height:1.2em; font-size:10px; color:#fff; font-weight:bold; display: none;}

.sectionTwoContainers {background-color: #eaeaea;}
.sectionTwoContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionTwoContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold; text-align: center;}
.sectionTwoContainers p{line-height:1.0em; font-size:18px; color:#562020; text-align: center;}

.sectionThreeContainers {background-color: #fff;}
.sectionThreeContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionThreeContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionThreeContainers p{line-height:1.0em; font-size:16px; color:#562020;}

.sectionFourContainers {background-color: #f6f6f6;}
.sectionFourContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionFourContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionFourContainers p{line-height:1.0em; font-size:18px; color:#562020;}

.parallaxContainers {
    /* The image used */
    background-image: url("../img/transporte-maritimo-contenedores.0d31b04050c5.jpg");
    background-color: #FFC727;

    /* Set a specific height */
    min-height: 420px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionFiveContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionFiveContainers p{line-height:1.0em; font-size:18px; color:#562020; text-align: center;}

.sectionSixContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionSixContainers p{line-height:1.0em; font-size:18px; color:#562020; text-align: center; text-align: center;}

.sectionSevenContainers {background-color: #f6f6f6;}
.sectionSevenContainers p{line-height:1.0em; font-size:18px; color:#562020; font-weight:bold;}

.sectionEightContainers {background-color: #fff;}
.sectionEightContainers h1{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold; text-align: center;}
.sectionEightContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionEightContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold;}
.sectionEightContainers p{line-height:1.0em; font-size:16px; color:#562020;}

.sectionTenContainers {background-color: #f6f6f6;}
.sectionTenContainers h1{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold; text-align: center;}
.sectionTenContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionTenContainers h3{line-height:1.0em; font-size:20px; color:#562020; font-weight:bold; text-align: center;}
.sectionTenContainers p{line-height:1.0em; font-size:16px; color:#562020; text-align: center;} 


.sectionNineContainers {background-color: #fff;}
.sectionNineContainers h1{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold; text-align: center;}
.sectionNineContainers h2{line-height:1.0em; font-size:26px; color:#562020; font-weight:bold; text-align: center;}
.sectionNineContainers h3{line-height:1.2em; font-size:20px; color:#562020;}
.sectionNineContainers p{line-height:1.0em; font-size:16px; color:#562020;}

.sectionTenContainers {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionTenContainers h2{font-size:36px; color:#562020; font-style: bold; font-family: 'Lato'; text-align: center;}
.sectionTenContainers h3{font-size:18px; color:#562020; font-style: bold; font-family: 'Lato';}
.sectionTenContainers h4{line-height:1.2em; font-size:20px; color:#562020; font-family: 'Lato'; font-weight: bold; text-align: center;}
.sectionTenContainers p{line-height:1.2em; font-size:14px; color:#000; text-align: justify;}



    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }

    #barraaceptacion {
    display:block;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:0px;
    width:100%;
    text-align:justify;
    min-height:110px;
    background-color: #FBFBFB;
    color:#562020;
    z-index:99999;
}





/* INDEX DESIGN MOBILE */

.sectionTwoIndex {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoIndex h2{line-height:1.0em; font-size:28px; color:#562020; font-weight:bold;}
.sectionTwoIndex h3{line-height:1.0em; font-size:24px; color:#562020; font-weight:bold;}
.sectionTwoIndex h4{line-height:1.2em; outline-width: 2.0em; font-size:14px; color:#562020; font-weight:normal; width: 85%; text-align: justify;}
.sectionTwoIndex img{height: 80px; width: 80px;}

#sectionTwoCenterH {margin-left: 45px;}
#sectionTwoCenterH2 {margin-left: 45px;}
#sectionTwoCenterH3 {margin-left: 45px;}
#sectionTwoCenterH4 {margin-left: 45px;}
#sectionTwoCenter {text-align: center;}

.sectionThreeIndex {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionThreeIndex h2{line-height:1.0em; font-size:36px; color:#562020; font-weight:bold; text-align: center;}
.sectionThreeIndex h3{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold;}
.sectionThreeIndex h4{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal;}
.sectionThreeIndex em{color: #FFC727; font-size: 45px;}
.sectionThreeIndex a{font-weight: bold; width: 300px; text-align: center; background-color: #FFC727; color: #562020}
#pc{
	width:320px;
    height: 230px;
}
.sectionFourIndex h2{font-size:16px; color:#fff; font-style: bold;}
.sectionFourIndex h3{line-height:1.2em; font-size:16px; color:#a0a0a0; font-style: italic; text-align: center;}
.sectionFourIndex a{font-size:12px; font-weight: bold;}

.sectionFiveIndex {background-color:#562020; background-image:url("../img/fondo_camion2.665a388bd06e.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFiveIndex h2{line-height:1.0em; margin-top:70px; margin-bottom: 20px;font-size:2.5em; color:#FFF; font-weight:bold;}
.sectionFiveIndex h3{line-height:1.2em; margin-top:15px;margin-bottom: 10px;font-size:1.2em; color:#FFF; font-weight:bold;}
.sectionFiveIndex a{font-weight: bold; width: 200px; text-align: center; background-color: #FFC727; color: #562020}

.sectionSixIndex {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionSixIndex h2{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold; text-align: justify;}
.sectionSixIndex h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionSixIndex em{color: #FFC727; font-size: 45px;}
.sectionSixIndex a{font-weight: bold; width: 300px; text-align: center; background-color: #FFC727; color: #562020}

.sectionSevenIndex {background-image:url("../img/green_truck.35432de86aff.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family: 'Lato';}
.sectionSevenIndex h2{line-height:1.0em; margin-top: 70px; font-size:38px; color:#fff; font-weight:bold; text-align: justify;}
.sectionSevenIndex h3{line-height:1.3em; font-size:18px; color:#fff; font-weight:normal; text-align: justify;}



.parallax {
    /* The image used */
    background-image: url("../img/index");
    background-color: #FFC727;

    /* Set a specific height */
    min-height: 380px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* END INDEX DESIGN MOBILE */
	
/* CONTACT COMPANIES DESIGN */

.sectionOneContactCompany {background-image:url("../img/empresas/img1.1b52a827a146.png");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family: 'Lato';}
.sectionOneContactCompany h1{font-size:24px; color:#fff; font-weight:bold; text-shadow: 1px  black;}
.sectionOneContactCompany h2{line-height:1.2em; font-size:18px; color:#fff; display: none;}

.sectionTwoContactCompany {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoContactCompany h1{line-height:1.0em; font-size:38px; color:#562020; font-weight:bold;}
.sectionTwoContactCompany h2{line-height:1.0em; font-size:24px; color:#562020; font-weight:bold;}
.sectionTwoContactCompany h3{line-height:1.3em; font-size:16px; color:#562020; font-weight:normal;  width: 80%; text-align: justify;}
.sectionTwoContactCompany img{color: #FFC727; font-size: 70px; border-radius: 1%; width: 600px; height: 320px;}
.video {

   position: relative;

   padding-bottom: 56.25%;

   overflow: hidden;

}

.video iframe
 {

    position: absolute;
    display: block;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.sectionThreeContactCompany {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionThreeContactCompany h1{line-height:1.0em; font-size:32px; color:#562020; font-weight:bold;}
.sectionThreeContactCompany h2{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold;}
.sectionThreeContactCompany h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal;}
.sectionThreeContactCompany em{color: #FFC727; font-size: 32px;}
.sectionThreeContactCompany a{font-weight: bold; text-align: center; background-color: #FFC727; color: #562020}
#gestion {
	height: 30px;
	width: 30px;
}
#lista {
	height: 30px;
	width: 30px;
}
.sectionFourContactCompany {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFourContactCompany h1{line-height:1.0em; font-size:32px; color:#562020; font-weight:bold;}
.sectionFourContactCompany h2{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold;}
.sectionFourContactCompany h3{line-height:1.2em; outline-width: 2.0em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionFourContactCompany img{height: 80px; width: 80px;}


.sectionFiveContactCompany {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFiveContactCompany h1{font-size:30px; color:#562020; font-style: bold;}



/* END CONTACT COMPANIES DESIGN */

/* TRUCKERS DESIGN */
.sectionOneTransportistas {background-image:url("../img/fondo_camion2.665a388bd06e.jpg");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family: 'Lato';}
.sectionOneTransportistas h1{font-size:28px; color:#fff; font-weight:bold;}
.sectionOneTransportistas h2{line-height:1.2em; font-size:16px; color:#fff; font-weight:bold;}
.sectionOneTransportistas a{font-weight: bold; margin-top: 12px; text-align: center; background-color: #FFC727; color: #562020}


.sectionTwoTransportistas h1{margin-top:30px; margin-bottom: 20px;font-size: 24px; font-weight: bold; color: #562020; text-align: center;}
.sectionTwoTransportistas h2{font-size:13px; color:#000; font-weight:bold;}
.sectionTwoTransportistas h3{line-height:1.2em; font-size:9px; color:#000; font-weight:bold;}
.sectionTwoTransportistas a{font-size:11px; font-weight:bold;}
.sectionTwoTransportistas table{width: 10px;}



.sectionThreeTransportistas {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionThreeTransportistas h1{font-size:24px; color:#562020; font-weight:bold; text-align: center;}
.sectionThreeTransportistas h2{font-size:18px; color:#562020; font-weight:bold; text-align: center;}
.sectionThreeTransportistas h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionThreeTransportistas em{color: #FFC727; font-size: 32px;}
.sectionThreeTransportistas img{height: 380px; width: 230px;}
.sectionThreeTransportistas a{font-weight: bold; background-color: #FFC727; color: #562020}
.sectionThreeTransportistas img{height: 45px; width: 45px;}

#movil {
	height:400px;
	width: 300px;
}
.sectionFourTransportistas {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFourTransportistas h1{font-size:24px; color:#562020; font-weight:bold; text-align: center;}
.sectionFourTransportistas h2{font-size:18px; color:#562020; font-weight:bold; text-align: center;}
.sectionFourTransportistas h3{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionFourTransportistas em{color: #FFC727; font-size: 32px;}
.sectionFourTransportistas a{font-weight: bold; text-align: center; background-color: #FFC727; color: #562020}
.sectionFourTransportistas img{height: 190px; width: 280px;}

.sectionFiveTransportistas {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionFiveTransportistas h1{line-height:1.0em; font-size:22px; color:#562020; font-weight:bold; margin-top: 40px; text-align: center;}
.sectionFiveTransportistas h2{line-height:1.2em; font-size:14px; color:#562020; font-weight:normal; text-align: justify;}
.sectionFiveTransportistas em{color: #562020; font-size: 32px;}
.sectionFiveTransportistas a{font-weight: bold; text-align: center; background-color: #FFC727; color: #562020}
.sectionFiveTransportistas img{border-radius: 1%; width: 230px; height: 380px; margin-top: 40px;}

/* END TRUCKER DESIGN */

.sectionFooter img{width: 120px;}


/* LANDINGS ADWORDS COMPANIES */






/* LANDING FRAN */

.sectionOneLandingAdwordsB {background-image:url("../img/index/imgcabeceraphone.452243eed6f4.png");background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionOneLandingAdwordsB h1{font-size:40px; color:#fff; font-weight:bold; font-family:'Bungee'; text-align: center;}
.sectionOneLandingAdwordsB h2{line-height:1.0em; font-size:22px; color:#fff; font-weight:bold; font-family:'Lato'; text-align: center;}
.sectionOneLandingAdwordsB h3{line-height:1.2em; font-size:16px; color:#fff; font-weight:normal; font-family:'Lato'; text-align: center;}
.sectionOneLandingAdwordsB p{line-height:1.2em; font-size:20px; color:#a0a0a0; font-weight:bold; font-family:'Lato'; text-align: center;}
.panel {width: 80%;}

.sectionTwoLandingAdwordsB {background-color: #FFF;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important; font-family:'Lato';}
.sectionTwoLandingAdwordsB h1{line-height:1.0em; font-size:24px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsB h2{line-height:1.0em; font-size:18px; color:#562020; font-weight:bold;}
.sectionTwoLandingAdwordsB h3{line-height:1.2em; font-size:12px; color:#562020; font-weight:normal;}
.sectionTwoLandingAdwordsB img{height: 70px;}

.sectionThreeLandingAdwordsB {background-color: #FFC727;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionThreeLandingAdwordsB h1{font-size:20px; color:#fff; font-style: bold; font-family: 'Bungee'; text-align: center;}
.sectionThreeLandingAdwordsB h2{line-height:1.2em; font-size:17px; color:#562020; font-family: 'Lato';}


.sectionFourLandingAdwordsB {background-color: #f9f9f9;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFourLandingAdwordsB h2{font-size:16px; color:#fff; font-style: bold;}
.sectionFourLandingAdwordsB h3{line-height:1.2em; font-size:16px; color:#fff; font-style: italic;}
.sectionFourLandingAdwordsB a{font-size:12px; font-weight: bold;}
.sectionFourLandingAdwordsB img{height: 35%; width: 35%;}

.sectionFiveLandingAdwordsB {background-color: #fff;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
.sectionFiveLandingAdwordsB h1{line-height:1.0em; font-size:24px; color:#562020; font-weight:bold;}
.sectionFiveLandingAdwordsB h2{line-height:1.0em; font-size:16px; color:#562020; font-weight:bold;}
.sectionFiveLandingAdwordsB h3{line-height:1.2em; font-size:10px; color:#562020; font-weight:normal;}



@media (max-height:800px){

/*LANDING SEVILLA ADWORDS*/
.sectionOneLandingAdwordsSevilla{
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/landing-03-min-v.657a9ed77fd5.jpeg") no-repeat center center;
 
  /* Full height */
  height: auto;
  padding: 15px 0px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

  
}



@media (max-width:767px) {

  .sectionOneLandingAdwordsSevilla{
    background-repeat: no-repeat;
    background: url("../img/landing-03-min_movil.cefdfed7d06b.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
    /* Full height */
    height: auto;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
  
  .sectionOneLandingAdwordsSevilla p{font-size:50px;color:#ffc727;font-weight:bold;font-family:'Bungee';}
  .sectionOneLandingAdwordsSevilla p.info{font-size:12px;color:#000;font-weight:normal;font-family:'Montserrat'; text-align: center;}
  .sectionOneLandingAdwordsSevilla h1{line-height:1.0em;font-size:30px;color:#fff;font-weight:bold;  font-family: 'Montserrat'}
  .sectionOneLandingAdwordsSevilla h2{line-height:1.2em;font-size:20px;color:#fff;font-weight:normal; font-family: 'Montserrat'}
  .sectionOneLandingAdwordsSevilla h3{line-height:1.2em;font-size:18px;color:#000;font-weight:bold; font-family: 'Montserrat'; text-align: center;}
  
  


}