﻿.titulo
{
    padding: 10px;
    font-weight: bold;
    font-size: xx-large;
    color: #444;
}

.subtitulo
{
    text-align: justify;
    padding: 10px;
    font-size: larger;
    color: White;
}

.radioButton
{
    color: rgb(247, 181, 12);
    font-size: x-large;
    font-weight: bold;
}

.tabla
{
    font-size: medium;
}
.tablaCuotas
{
    font-size: small;
}

.simuladorInput
{
    font-size: xx-large;
}

.slider {
    -webkit-appearance: none;
    width: 50%;
    height: 20px;
    border-radius: 15px;
    background: #ED6E0A;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #444;
    cursor: pointer;
}

.slider::-moz-range-thumb
{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: White;
        cursor: pointer;
}

.calculoButton
{
    width: 25%;
    height: 38px;
    font-size: large;
    color: White;
    background: #222;
}

@media only screen and (max-width:600px) {
    .calculoButton {
        width: 50%;
    }
    .simular1
    {
        width: 60%;
    }
    .simular2
    {
        width: 15%;
    }
    .tabla
    {
        font-size: small;
    }
    .tablaCuotas
    {
        font-size: x-small;
    }
    .simuladorInput
    {
        font-size: x-large;
    }
}

.leftEstandar
{
  float: left;
  width:33%;
}
.rightEstandar
{
  float: left;
  width:34%;
}
.centerEstandar
{
  float: left;
  width:33%;
}

.left
{
  float: left;
  width:50%;
}
.right
{
  float: left;
  width:50%;
}

.pagar
{
    display: block;
    position: fixed;
    z-index: 1;
    overflow: auto;
    width: 9%;
    top: 300px;
    color: white;
}

.leftEstadisticas
{
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 20%;
}
.rightEstadisticas
{
    float: left;
    width: 50%;
    text-align: center;
    padding-right: 20%;
}

.centerBotonSimulador
{
  float: left;
  width:100%;
  text-align: center;
  width: 100%;
  padding-top: 15px;
}

.leftDocumentos
{
  float: left;
  width:33%;
  text-align: right;
}
.centerDocumentos
{
  float: left;
  width:33%;
  text-align: center;
}
.rightDocumentos
{
  float: left;
  width:33%;
  text-align: left;
}


@media only screen and (max-width:600px) {
    .logo
    {
        padding-top: 5px;
        width: 70%;
    }
    .encabezado
    {
        padding-top: 5px;
        width: 90%;
    }
    .pagar
    {
        width: 20%;
        top: 220px;
    }
    .imagentitulo
    {
        width: 97%;
    }
    .imagensubtitulo
    {
        width: 70%;
    }
    .cartainstrucciones, .terminosycondiciones, .politicasprivacidad
    {
        width: 60%;
    }
    .documentosimagen
    {
        width: 80%;
    }
    .preguntasimagen
    {
        display: none;
    }
}

@media only screen and (max-width:600px) {
  .leftEstandar, .centerEstandar, .rightEstandar {
      width: 100%;
  }

  .leftEstadisticas, .rightEstadisticas {
      padding: 0px;
  }
  .left, .right
  {
    width:100%;
  }
}

.caracteristicas 
{
    color: rgb(48, 48, 48);
    height: 40px;
    font-size: large;
    vertical-align: top;
    display: inline-block;
}

    @media only screen and (max-width:600px) {
        .caracteristicas1, .caracteristicas2 {
            width: 80%;
        }
        .requisitos, .pasoapaso {
            width: 97%;
        }
        .caracteristicas3, .caracteristicas4 {
            width: 100%;
        }
        .caracteristicas6 {
            width: 50%;
        }
        .caracteristicas5, .caracteristicas7 {
            width: 100%;
        }
    }

    /*FAQS*/
.faq_question {
	color: White;
    margin-left: 10px;
    margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	display: inline-block;
	cursor: pointer;
    background-color: #ED6E0A;
    border-radius: 8px;
    width: 60%;
}

.faq_answer_container {
	height: 0px;
	overflow: hidden;
	padding: 0px;
}

* {
  box-sizing: border-box;
}

.navbar {
    display: block;
    overflow: hidden;
    /*background: linear-gradient(#AAA, #BBB, #CCC, #EEE, #EEE, #EEE, #CCC, #BBB, #AAA);*/
    background: #DADADA;
    font-family: Futura, Arial, Helvetica, sans-serif;
    border-radius: 8px;
}

.navbarCel {
    display: none;
    overflow: hidden;
    background: linear-gradient(#333, #444, #555, #777, #555, #444, #333);
    font-family: Futura, Arial, Helvetica, sans-serif;
    border-radius: 8px;
}

.menu_logo {
    float: left;
    font-size: 16px;
    background-color: white;
    border-radius: 0px 40px 40px 0px;
    text-align: center;
    padding: 32px 17px;
    text-decoration: none;
    height: 80px;
    vertical-align: middle;
}

.menu {
    float: left;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 10px 17px;
    text-decoration: none;
    height: 80px;
    /*vertical-align: middle;*/
    border-right: 1px solid white;
}

.navbarCel a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 7px;
}

@media screen and (max-width: 600px) {
    .navbarCel {
        display: block;
    }
    .navbar {
        display: none;
    }
    .faq_answer_container
    {
        text-align: justify;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbarCel a:hover, .dropdown:hover .dropbtn {
    background-color: #ED6E0A;
    color: #ED6E0A;
}

.menu:hover {
    color: #ED6E0A;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.icon {
    display: none;
}

@media screen and (max-width: 600px) {
  .navbarCel a:not(:first-child) {display: none;}
  .navbarCel div:not(:first-child) {display: none;}
  .navbarCel a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbarCel.responsive {position: relative;}
  .navbarCel.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbarCel.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbarCel.responsive div
  {
    float: none;
    display: block;
    text-align: left;
  }
}

.footer1
{
    color: White;
    font-size: x-small;
    text-align: center;
    padding: 10px;
    background-color: rgb(247, 181, 12)
}
.footer21
{
    float: left;
    width: 50%;
    color: White;
    font-size: medium;
    text-align: right;
    padding: 10px 5px;
}
.footer22
{
    float: left;
    width: 50%;
    color: White;
    font-size: medium;
    text-align: left;
    padding: 10px 5px;
}

@media only screen and (max-width:600px) 
{
    .footer21, .footer22
    {
        width: 100%;
        text-align: center;
    }
}
