:root {
    --main-color: #004851;
    --auxiliar-color: whitesmoke;
    --text-color-pr: #ffffff;
    --secondary-color: #060607;
    --apartado-color: #b3ec16;
    --button-color: #d68f06;
    --font-pr: "Sen";
}
* {
    box-sizing: border-box;
    text-align: center;
}
body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
    background: var(--bg-color-sc);        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 2px solid var(--bg-color-sc);  /* creates padding around scroll thumb */
}
body,
html {
    font-family: var(--font-pr);
    font-size: 18px;
    background-color: var(--auxiliar-color);
    color: var(--secondary-color);
    margin: 0 auto;
}
a{
    text-decoration: none;
    color: var(--auxiliar-color);
}
h1 {
    font-family: var(--font-pr);
    font-size: 36px;
    margin: 5px;
    color: var(--main-color);
}
h2 {
    font-family: var(--font-pr);
    font-size: 29px;
    margin: 5px;
    color: var(--main-color);
}
h3 {
    font-family: var(--font-pr);
    font-size: 22px;
    margin: 5px;
    color: var(--main-color);
}
span {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 600;
}
p {
    color: var(--secondary-color);
    text-align: justify;
}
.center{
    text-align: center;
}
hr {
    background-image: linear-gradient(90deg, transparent, var(--main-color), transparent);
    border: 5px;
    height: 4px;
    width: 90%;
}
.grecaptcha-badge{
    visibility: hidden;
}
/*HEADER START*/
#header{
    display: grid;
    grid-template-columns: 22% 56% 22%;
    background-color: var(--main-color);
    font-family: var(--font-pr);
    font-weight: 800;
    min-height: 120px;
}
.content-info{
    padding-top: 1.3em;
}
.content-info img{
    position: relative;
    top:6%;
    width: 40%;
}
.contact-mini{
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-logo{
    display: grid;
    align-items: center;
    justify-content: center;
}
.content-logo img{
    max-width: 250px;
}
.city{
    font-size: 20px;
    padding-left: 10px;
    border-left: 2px solid var(--auxiliar-color);
    color: var(--auxiliar-color)
}
.phone{
    font-size: 19px;
}
.content-img {
    max-width: 1300px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 45% 55%;
}

.two-grid {
    padding: 1em;
    width: 100%;
    align-content: center;
}
.two-grid p{
    text-align: justify;
    font-weight: 600;
    color: var(--secondary-color);
}

.two-grid img {
    width: 100%;
    border-radius: 20px;
}
.content-text{
    max-width: 1300px;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.text-desc{
    padding: 1em;
}
.text-desc img{
    width: 100%;
    border-radius: 20px;
}
.formulario{
    max-width: 1000px;
    margin: 20px auto;
    padding: 30px;
}

.content-form {
    padding: 1em;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px 2px 4px 2px var(--main-color);
}

.content-form span {
    font-size: 16px;
    color: var(--secondary-color);
}

.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{
    width: 100%;
}

[type="text"],
[type="email"] {
    text-align: left;
    padding: 7px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
}

[type="submit"] {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--button-color);
    color: var(--auxiliar-color);
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
}

input:focus {
    outline: none;
    border: 2px solid var(--main-color);
    transition: all 300ms;
}
/*Modelos*/
#modelos {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

#modelos span {
    font-size: 16px;
}
#modelos .indice-modelos {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: none;
    justify-content: center;}
#modelos .indice-modelos li {
    display: inline-block;
    width: 25%;
    padding: 30px;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}
.btn-modelos{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    background-color: var(--main-color);
    padding: 10px;
    transition: all 300ms ease 0ms;
    top: 7%;
}
#modelos .indice-modelos li .imgModelo img{
    width: 100%;
    display: block;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    box-shadow: 0px 7px 7px 0px var(--main-color);
}


/*Mapa*/
#map {
    width: 100%;
    height: 450px;
}
.ubicacion{
    display: flex;
    justify-content: center;
    width: 10%;
    gap: 2em;
    padding: 0;
    margin: 0 auto;
}
.ubicacion img{
    width: 100%;
}
.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;
}
.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 p {
    line-height: 1.5em;
    font-weight: bold;
}
.modal .btn-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: var(--text-color-pr);
}
.modal-dialog {
    background-color: var(--auxiliar-color);
    position: relative;
    padding: 0 0;
}
.modal h1, .modal h2 {
    color: var(--main-color);
    margin: 0;
    font-size: 44px;
}
.itemModelos{
    display: grid;
    grid-template-columns: 100%;
}
.especModel {
    margin: auto;
}
.especModel span {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}
.headerModal {
    width: 100%;
    text-align: center;
}
@media (min-width:1025px) {
    .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;
    }
}
.imgModel {
    width: 100%;
}
.imgModel img{
    width: 100%;
    height: 100%;
}

.infoModal {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: .5em;
    padding-bottom: 0;
    color: var(--secondary-color);
}
.planta1, .planta2, .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;
}

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

}
.plantasModal .imgPlanta,  .plantasModal .txtPlanta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    color:#000
}
@media (max-width:1000px) {	
    .imgModel{
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
    }
    .navegacionModal {
        margin-bottom: 25%;
    }
}
.btn-virtual{
    width: fit-content;
    padding: 10px;
    font-size: 15px;
    color: var(--text-color-pr);
    background-color: var(--main-color);
    border-radius: 10px;
}
.botones-accion{
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
}


/*SLIDER*/
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 0;
    cursor: pointer;
}
.carousel-control-next {
    right: 0;
    cursor: pointer;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators button {
    margin-bottom: 20px;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    z-index: 10;
    
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    justify-content: center;
}
.carousel-caption h2 {
    font-size: 20px;
    margin: 5px;
    color: var(--secondary-color);
}
.carousel-caption p {
    color: var(--secondary-color);
    font-size: 10px;
    text-align: center;
    justify-content: center;
}
.t2 h2, .t2 p{
    color: var(--secondary-color);
}
.d-block {
    display: block !important
}
.w-100 {
    width: 100% !important
}
@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
    .carousel-indicators li {
        transition: none;
    }
}
@media (min-width:1024px) {
    .itemModelos{
        grid-template-columns: 50% 50%;
    } 
}
/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) { 
    .ubicacion{
        width: 25%;
    }
    .content-info {
        grid-row: 2;
        grid-column: 1/4;
        width: 100%;
    }
    .content-info img{
        width: 16%;
    }
    .content-logo {
        padding: 0em;
        grid-column: 1/4;
    }
    /*Modelos*/
    #modelos .indice-modelos li {
        width: 33%;
    }
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Sc
*/
@media (min-width: 481px) and (max-width: 767px) {    
    .content-info {
        grid-row: 2;
        grid-column: 1/4;
        width: 100%;
        padding-top: 0;
    }
    .content-info img{
        width: 18%;
    }
    .content-logo {
        padding: 0em;
        grid-column: 1/4;
    }
    .content-img {
        display: grid;
        grid-template-columns: 100%;
    }
    /*Modelos*/
    #modelos .indice-modelos li {
        width: 50%;
    }
    .ubicacion{
        width: 30%;
    }
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
    .content-info {
        grid-row: 2;
        grid-column: 1/4;
        width: 100%;
        padding-top: 0;
    }
    .content-info img{
        width: 25%;
    }
    .content-logo {
        padding: 0em;
        grid-column: 1/4;
    }
    .content-img {
        display: grid;
        grid-template-columns: 100%;
    }
    /*Modelos*/
    #modelos .indice-modelos li {
        width: 100%;
    }
    .ubicacion{
        width: 50%;
    }
}
@media(max-width: 863px){
    .is-relative{
        width: 100%;
    }
    .content-text{
        grid-template-columns: 100%;
    }
}
