* {
    box-sizing: border-box;
    text-align: center;
}

@font-face {
    font-family: charlevoix_prothin;
    src: url(../fonts/charlevoixpro-thin-webfont.woff2) format("woff2"), url(../fonts/charlevoixpro-thin-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
:root{
    --clr-pr: #90983d;
    --span: #90983d;
}
a{
    text-decoration: none;
}

body {
    font-size: 18px;
    background-color: #f1ebe2;
    background-size:cover;
    background-repeat:no-repeat;
    color: var(--clr-pr);
    margin: 0 auto;
    padding: 1em;
    font-family: charlevoix_prothin;
}

h1 {
    font-family: charlevoix_prothin;
    font-size: 36px;
    margin: 5px;
    color: var(--clr-pr);
}

h2 {
    font-family: charlevoix_prothin;
    font-size: 29px;
    margin: 5px;
}

h3 {
    font-family: charlevoix_prothin;
    font-size: 22px;
    margin: 5px;
    color: var(--clr-pr);
}

span {
    color: var(--span);
    font-size: 22px;
    font-weight: 600;
}
.ranman-info span {
    color: #90983d;
    font-size: 22px;
    font-weight: 600;
}
.ranman-info a{
    text-decoration: none;
    color: #90983d;
}
.fa-phone{
    transform: rotate(90deg);
}

p {
    color: #4a4a49;
}

.logo {
    width: 25%;
    float: left;
    margin-left: 20%;
}

.logoranman {
    position: relative;
    left: 10%;
    top: 5px;
    width: 160px;
}

.city {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    float: right;
    border-left: 2px solid #90983d;
    padding: 18px;
    color: #90983d;
}

.content-logo .logo {
    transition: all .5s ease-in-out;
}

.content-logo:hover .logo {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}

.content.logo {
    overflow: hidden;
}

.main {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: 30% 70%;
    row-gap: 2em;
    margin-bottom: 4%;
}

.ranman-info {
    font-size: 15px;
    margin-top: 5px;
    font-style: italic;
    font-weight: 700;
}

.banner {
    align-items: center;
    flex-direction: row;
    object-fit: cover;
}
.banner2{
    display: none;
}

.one-grid {
    margin: auto;
    width: 70%;
    margin-top: 30px;
}

.one-grid img {
    width: 80%;
}
.content-img {
    grid-column: 1/4;
    display: flex;
    align-items: center;
    flex-direction: row;
    object-fit: cover;
    margin-bottom: 1em;
}

.two-grid {
    padding: 1.5em;
    width: 50%;
}
.two-grid p{
    text-align: justify;
    font-weight: 600;
}

.two-grid img {
    width: 100%;
}
.formulario{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 55px;
}

.render {
    border-radius: 20px;
}

.content-form {
    padding: 1em;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px 4px 2px #4a4a49;
}

.content-form span {
    font-size: 16px;
}

.form-c {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .8em;
}

.is-relative {
    width: 48%;
    position: relative;
}
.is-100{
    width: 100%;
}
#icon {
    position: absolute;
    display: block;
    bottom: .4rem;
    right: 1rem;
    user-select: none;
    cursor: pointer;
}

input.input {
    padding-right: 2.5rem;
}

#nombre,
#apellidos {
    width: 100%;
}

#tel,
#mail,
input[type="submit"] {
    width: 100%;
}

[type="text"],
[type="email"] {
    text-align: left;
    padding: 7px;
    border: 1px solid #4a4a49;
    border-radius: 5px;
}

[type="submit"] {
    padding: 10px;
    border-radius: 5px;
    background-color: var(--clr-pr);
    color: white;
    border: none;
    cursor: pointer;
}

input:focus {
    outline: none;
    border: 1px solid var(--clr-pr);
    transition: all 300ms;
}
.alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.25rem
  }
  .alert-success{
    color:#155724;
    background-color:#d4edda;
    border-color:#c3e6cb
  }.alert-success hr{
    border-top-color:#b1dfbb
  }
  .alert-success{
    color:#0b2e13
  }
  .alert-danger{
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb
  }
  .alert-danger hr{
    border-top-color:#f1b0b7
  }
  .alert-danger{
    color:#491217
  }
/*Modelos*/
figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

figure img{
    box-shadow: 0px 7px 7px 0px var(--clr-pr);
}

.modelos {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 2em;
    padding: 1em 20%;
}
.mod-txtt{
    grid-column: 1/6;
}
.galerias {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    display: flex;
    width: 100%;
    gap: .5em;
    padding: 1em;
}

.modelo {
    width: 100%;
}

.modelo img {
    width: 90%;
    border-radius: 50%;
    border: 3px solid var(--clr-pr);
    background-color: #fff;
}

.description {
    text-align: center;
}
.description h3{
    font-size: 16px;
}
h3 span{
    font-size: 16px;
}

.grecaptcha-badge {
    visibility: hidden;
}
#map {
    width: 100%;
    height: 450px;
}
.chat-red{
    width: 3%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: .5em;
    position: fixed;
    right: 1.5rem;
    bottom: 40%;
}
.chat-red img{
    width: 100%;
}
.ubicacion{
    display: flex;
    justify-content: center;
    width: 10%;
    gap: 2em;
    padding: 0;
    padding-top: 1%;
    margin: 0 auto;
    float: right;
}
.ubicacion img{
    width: 100%;
}
hr {
    border: 2px solid;
    width: 50%;
    margin: 0 auto;
    color: var(--clr-pr);
}
.btn-modelos{
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: var(--clr-pr);
    padding: 10px;
    transition: all 300ms ease 0ms;
    border: 0px;
    margin-top: 2%;
    display: inline-block;
}
/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {  
    .chat-red{
        width: 5%;
    }
    .ubicacion{
        width: 25%;
    }
}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Sc
*/

@media (min-width: 481px) and (max-width: 767px) {    
    .chat-red{
        width: 7%;
    }
    .ubicacion{
        width: 30%;
    }
}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
    .chat-red{
        width: 10%;
    }
    .ubicacion{
        width: 50%;
    }
    .banner{
        display: none;
    }
    .banner2{
        display: block;
    }
}
  @media (max-width: 1340px) {
    .city {
        margin-left: 30px;
    }
}
  @media (max-width: 950px) {
    .city {
        float: none;
        padding: 0%;
        margin-top: 10px;
        border-left: initial;
    }
    .logo{
        width: 50%;
    } 
}
@media(max-width: 863px){
    .is-relative{
        width: 100%;
    }
    .modelos {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .logoranman {
        width: 50%;
        left: 0;
    }

    .contentlogoranman {
        grid-column: 1/3;
    }

    .logo {
        width: 60%;
        float:none;
        margin-left: 10%;
    }

    .content-logo {
        grid-column: 1/3;
    }

    .main {
        grid-template-columns: 1fr 1fr;
    }

    .content-img {
        flex-wrap: wrap;
        justify-content: center;
    }

    .two-grid {
        width: 100%;
        padding: .1em;
    }

    .city {
        display: none;
    }

    .ranman-info {
        font-size: 22px;
    }
    .logo{
        margin-left: 0%;
        width: 50%;
    }
}

.fade.in {
    opacity: 1;
}
.modal, .modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    max-width: 1200px;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.modal p {
    line-height: 1.5em;
    font-weight: bold;
}
#modelosModal .close {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--clr-pr);
    color: #fff;
}
@media (min-width:1000px) {
    #modelosModal .itemModelos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}#modelosModal .modal-dialog {
    background-color: #fff;
    position: relative;
    padding: 0 0;
}
#modelosModal h1, #modelosModal h2 {
    color: var(--clr-pr);
    margin: 0;
    font-size: 44px;
}
#modelosModal .especModel {
    margin: auto;
}
#modelosModal .especModel span {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}
#modelosModal .modal-content {
    border: none;
}
#modelosModal .headerModal {
    width: 100%;
    text-align: center;
}
@media (min-width:1025px) {
    #modelosModal .headerModal {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
}#modelosModal .imgModel {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	width: 40%;
    flex: unset !important;
    flex-direction: column;
}

#modelosModal .infoModal {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: .5em;
    padding-bottom: 0;
    color: var(--clr-pr);
}
#modelosModal .planta1, #modelosModal .planta2, #modelosModal .plantasModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.plantasModal {
margin-top:30px;
}

#modelosModal .planta1 .imgPlanta img, #modelosModal .planta2 .imgPlanta img{
    width: 50px;
    display: block;
    margin-left: 45%;
    margin-right: auto;
}
@media (max-width:600px){
    #modelosModal .planta1, #modelosModal .planta2{
    display: inline-table;
    padding-bottom: 5%;
    }
}
    
#modelosModal .planta1 ul, #modelosModal .planta2 ul, #modelosModal .plantasModal ul {
    margin: 0;
    padding: 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
#modelosModal .planta1 ul li, #modelosModal .planta2 ul li, #modelosModal .plantasModal ul li {
    margin-top: 2px;
    text-align: left;
    font-weight: bold;

}
#modelosModal .planta1 .imgPlanta, #modelosModal .planta1 .txtPlanta, #modelosModal .planta2 .imgPlanta, #modelosModal .planta2 .txtPlanta, #modelosModal .plantasModal .imgPlanta, #modelosModal .plantasModal .txtPlanta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    color:#000
}
#modelosModal .planta1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}
#modelosModal .navegacionModal {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: var(--clr-pr);
    font-family: Open Sans, sans-serif;
    padding: 10px;
}
@media (min-width:1000px) {
    #modelosModal .navegacionModal {
	width: 100%}
	}
    @media (max-width:1000px) {	
        #modelosModal .imgModel{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        }
        #modelosModal .navegacionModal {
            margin-bottom: 25%;}
        
    }
#modelosModal .navegacionModal a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    border-right: 2px solid #fff;
    padding: 0 20px;
    text-align: center;
}
#modelosModal .navegacionModal a:last-child {
    border: none;
}
#modelosModal .botonesModal {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#modelosModal .botonesModal, #modelosModal .btnModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#modelosModal .btnModal {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
#modelosModal .btnModal i {
    color: #fff;
    font-size: 27px;
}
.botones-accion{
    display: flex;
}
.conteiner-virtual{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 10px;
}
.btn-virtual{
    width: fit-content;
    padding: 10px;
    font-size: 15px;
    color: white;
    background-color: #90983d;
    border-radius: 10px;
}