body{
    background: #ecf0f1;
}

#container-main{
    margin:40px auto;
    width:95%;
    min-width:320px;
    max-width:960px;
}

#container-main h1{
    font-size: 40px;
    text-shadow:4px 4px 5px #16a085;
}

.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear:both;
}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 15px;
    font-weight: 300;
    background: #2c3e50;
    color: #fff;
    text-decoration: none;
}
.accordion-titulo.open {
    background: #16a085;
    color: #fff;
}
.accordion-titulo:hover {
    background: #1abc9c;
}

.accordion-titulo span.toggle-icon:before {
    content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}

.accordion-content p{
    margin:0;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}


@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}




@import url(https://fonts.googleapis.com/css?family=Economica);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Rajdhani);
@import url(https://fonts.googleapis.com/css?family=Cuprum);
@import url(https://fonts.googleapis.com/css?family=Anaheim);
.fnxsign {
	background-color:black;
	text-align:right;
	padding:5px 20px;
	font-family:'Abel';
}
.barcam {
	width:100%; height:auto; padding:4px 0; background-color: yellow; text-align:center; color:black; font-size:28px;
}
.videoyt {
	width:560px;
	height:350px;
	margin-top:30px;
}
.input-group {
	margin:10px 0;
}
.input-group .form-control{z-index: auto;}
 
.formtop input {
	font-size:22px;
	font-family:'Anaheim';
	color:blue;
	font-weight:100;
}
.fnxsign a:link {
	color: #85D3FF;
}

.fnxsign a:visited {
	color: #85D3FF;
}
.fnxsign a:hover {
	color:white;
	text-decoration:none;
}

.fnxsign a:active {
	color: #F3F277;
}
.social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #89b5fd;
 }
 #social-tw:hover {
     color: #b82a2a;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
body {
	background-color:#fff;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: 'Economica', sans-serif;
  line-height: 1;
  background: transparent;
  width: auto;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  background: #000;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffff00;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ffff00;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 18px;
  background: rgba(12,35,142,0.80);
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul,
#cssmenu.small-screen.align-right ul ul {
  text-align: left;
}
#cssmenu.small-screen ul li,
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen ul li:hover > ul > li {
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(120, 120, 120, 0.15);
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li,
#cssmenu.small-screen.align-right > ul > li {
  float: none;
  display: block;
}
#cssmenu.small-screen ul ul li a {
  padding: 20px 20px 20px 30px;
  font-size: 12px;
  color: #ffffff;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li a:hover {
  color: #ffffff;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 40px;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul {
  position: relative;
  left: 0;
  right: auto;
  width: 100%;
  margin: 0;
}
#cssmenu.small-screen > ul > li.has-sub > a::after,
#cssmenu.small-screen ul ul li.has-sub > a::after {
  display: none;
}
#cssmenu.small-screen #menu-line {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}
#cssmenu.small-screen #menu-button::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 15px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  width: 15px;
  height: 3px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.15);
  height: 52px;
  width: 52px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 26px;
  display: block;
  width: 1px;
  height: 11px;
  background: #ffffff;
  z-index: 99;
}
#cssmenu.small-screen .submenu-button::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 26px;
  display: block;
  width: 11px;
  height: 1px;
  background: #ffffff;
  z-index: 99;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}
.topbar {
	background: rgba(12,35,142,0.80);
	  border-width:5px;
  border-style:inset;
  border-color: white;
  position:fixed;
  top:0;
  width:100%;
  height:auto;
  z-index:9999;
}
.logo {
	width:100%;
	height:auto;
	padding:20px 10px 10px;
}
.logov {
	width:80%;
	height:auto;
	padding:10px 10px;
}
	
.cars {
	width:100%;
	height:auto;
	padding:0;
}

.barblack {
	background-color:black;
	height:5px;
	width:100%;
}
.face:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  cursor: pointer;
}

button {
	border: none;
	padding: 0.6em 1.2em;
	background: #c0392b;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover {
	background: #A5281B;
}
.responsive {
	width:100%;
	height:auto;
}
.flex {
	   display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	text-align:center;
   }
   .total-height {
	   	   width:100%;
	   height:100vh; 
   }
      .auto-height {
	   	   width:100%;
	   height:auto;
	   padding-top:100px; 
   }
   .requisitos {
	   background-image:url(imagenes/bgr.jpg);
   }
   .promociones {
	   background-color:#ae0135;
   }
      .planes {
	   background-color:#fff;
	   padding-bottom:100px;
   }
   .planes h3 {
	     font-family:'Rajdhani';
	   	   font-size:42px;
	   	border-width:2px;
		   background-color:#eaff00;
	   text-align:center;
   }
      .planes h1 {
		  color:white;
		  padding-left:10px;
	     font-family:'Rajdhani';
	   	   font-size:21px
	   	border-width:2px;
	border-style:solid;
	max-width:800px;
	margin-bottom:20px;
   }
     .bcolorb {
	   border-color:#04c1ff;
   }
   .bcolory {
	   border-color: #FFDF3A;
   }
      .bcolorf {
	   border-color: #F83B6A;
   }
   .planes span {
	   display: inline-block;
   }
   .textpr {
	   margin:0 50px 20px 100px;
	   color:white;
	   font-size:20px;
	   padding:3px 50px 3px 20px;
	   border: solid;
	   border-width:1px;
	   border-color:white;
	   font-family:'Rajdhani';
	   width:800px;
   }
   .notes {
	   font-size:11px;
	   color:white;
	   margin-left:100px;
   }
   .contacto {
	   background-color:#021c35;
	   color:white;
	   font-family:'Cuprum';
	   padding-bottom:10px;
   }
   .op {
	   background-color:#098BD4;
   }
      .op:hover{
	   background-color: #0868EB;
   }
      .sop {
	   background-color: #D40055;
   }
      .sop:hover{
	   background-color: #E40357;
   }
   .smallt {
	   font-size:10px;
   }
   .textc {
	   font-size:36px;
	   padding:5px 10px 5px 70px;
	   	border-width:2px;
	border-bottom-color:white;
	border-style:solid;
   }
   .icons {
	   width:30px;
	   height:30px;
	   margin:0;
	   padding:0;
   }
	   
   .texts {
	   font-size:20px;
   }
    .contacto h2 {
	   font-size:25px;

   }
       .contacto h3 {
	   font-size:25px;
	   margin:8px 0;
	   padding:0;

   }
   .textp {
	   margin-left:100px;
	   color:white;
	   padding:5px 350px 5px 20px;
	   border:solid;
	   border-width:3px;
	   border-color:white;
	   width:auto;
	   font-family:'Rajdhani';
	   font-size:34px;
	   text-transform:uppercase;
   }
   .galeria {
	background-color:white;
	padding:100px 0;
}
.mymove {
	    -webkit-animation:mymove 30s linear infinite;
    /* Safari and Chrome */
    animation:mymove 30s linear infinite;
}
.md-square-form {
	width:80%; max-width:1200px; margin-top:20px; z-index:99999;
}
.md-form {
	color: #fff;
	background: #fff(6,35,69,1.00);
	border-radius: 3px;
	position:relative;
	margin: 0;
	padding:30px 100px;
	width:100%;
}
.md-form-co {
	background-color: #fff;
}
.md-form-so {
	background-color: #781604;
}
.tarifas {
 margin-left:500px; 
 padding:10px 50px;
}
.map {
	width:600px;
	height:450px;
	border:solid; 
	border-width:2px;
	
}
.conoperador input {
	font-size:15px;
}
.bg-gracias {
	background-image:url(data1/images/slide_3.jpg);
	text-align:center;
	padding-top:100px;
	color:white;
}
.bg-gracias .container {
	background:none;
}
.bg-gracias h3 {
		font-size: 17px;
}
.text-gracias-container {
	margin-top:30px;
		padding:12px;
	background-color:rgba(14,18,45,0.71);
}
.logo-gracias {
	width:40%;
	min-width:300px;
}
.bg-gracias button {
	margin-top:40px;
}
@keyframes mymove {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 100% 0%;
    }
}
@media (max-width:1200px)
{
	#cssmenu > ul > li > a {
  padding: 8px 8px;
  font-size: 16px;
	}
	.textp {
		padding-right: 100px;
	}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

 @media (max-width:1000px) {
	  .textpr {
	   font-size:14px;
	   padding:3px 10px 3px 20px;
	   width:500px;
   }
      .tarifas {
 margin-left:100px;
}
.textp {
	   font-size:20px;
   }
 }
  @media (max-width:700px) {
	  .textpr {

	   font-size:15px;
	   padding:3px 0;
	   width:auto;
   }
   .textc {
	   padding:5px 10px 5px 10px;
   }
   .map {
	width:350px;
	height:300px;
}
.textp {
	margin-left:10px;
	   font-size:18px;
   }
.planes h1 {
	font-size:16px;
}
.md-square-form {
	overflow:scroll;
	height:400px;
}
.md-form {
	padding:10px;
}
 }
 @media (max-width:560px) {
	    .map {
	width:200px;
	height:200px;
}
.videoyt {
	width:300px;
	height:180px;
}
.barcam {
	 font-size:20px;
}
 }
 