@charset "utf-8";

@font-face {
    font-family: "Quicksand";
    src: url("../FONTS/quicksand/Quicksand-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Nunito-regular";
    src: url("../FONTS/Nunito/Nunito-Regular.ttf");
}

@font-face {
    font-family: "Nunito-bold";
    src: url("../FONTS/Nunito/Nunito-Bold.ttf");
}

:root {
    --gray1: #707070;
    --blue1: #005fae;
    --placeholder: #3194D2;
    --orange: #fbb040;
    /*color: var(--gray1);*/
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: var(--gray1);
}



input, select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    outline: none;
}

#newD{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgba(46, 50, 147, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}



.borderRadius {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.generalShadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
}

.container{
    position: relative;
}

.imageRow{
    background-image: url(../IMAGES/ico_select_car.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 16px;
    padding-left: 9px;
}

#content{
    width: 88vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 95vh;
    max-height: 626px;
    overflow: auto;
    background-color: #fff;
    max-width: 500px;
    margin: 10px 0;
    padding: 23px;
    border-width: 1px;
    border-color: #707070;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
}


/* #content{
} */

.registerLogo{
    display: block;
    height: 30px;
    margin-top: 10px;
}

.registerLogo img{
    height: 100%;
    width: auto;
}


.text{
    width: 100%;
    margin-top: 20px;
}

.text p{
    width: 100%;
}

.text h1 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #FBB040;
    margin-bottom: 22px;
}


.text h2{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 22px;
}

.text2{
    width: 100%;
}

.text2 p{
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
}



#form{
    width: 100%;
}


.country{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.subcountry{
    width: 49%;
}

input{
    background-color: #FFF;
    border: 0;
    text-align: center;
    font-size: 17px;
    caret-color: #fbb040;
    color: #005fae;
    outline: none;
}

input:invalid{
    color: coral;
}

::placeholder {
    color: #A2A2A2;
    font-size: 17px;
}

.simple{
    height: 42px;
    padding: 0 15px;
}

.simpleBig{
    width: 100%;
    margin-top: 20px;
}

.selectCar{
    font-size: 17px !important;
    color: #005fae;
    border: none;
    background-image: url(../IMAGES/ico_select_car.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 26px;
    
}

content-select{
    width: 100%;
}

.content-select select{
    margin-top: 20px;
    display: inline-block;
	width: 100%;
	cursor: pointer;
    padding: 7px 10px;
    height: 42px;
    outline: 0;
    background: #fff;
	color: #005fae;
	font-size: 17px;
    text-align: center;
	border:none;
    position: relative;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

select option {
    font-weight: lighter;
    color: #707070;
    border: none;
}

.guardar{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 20px;
}


.send{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

.send img{
    width: 50px;
    height: auto;
    margin-left: 5px;
}

.checkedDir{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.checkedDir p{
    width: 200px;
    font-size: 16px;
}


.btn-close-popup {
    position: absolute;
    right: -24px;
    top: -16px;
    padding: 18px;
    background-color: #FBB040;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 1000;
}

/* modal del mapa */


#modalMap{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: rgba(46, 50, 147, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    animation: aparecer 0.3s forwards;
}
@keyframes aparecer {
    0% {
        /* height: 0; */
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100% {
        /* height: 100vh; */
        opacity: 1;
    }
}


#containerMap{
    width: 100%;
    height: 80%;
}

.mapModal{
    width: 100%;
    height: 80%;
    margin: auto;
    background-color: red;
}


.guardarMap{
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.sendMap{
    margin: auto auto 4%; 
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

.textMap{
    width: 100%;
    margin-top: 22px;
}

.textMap h1 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FBB040;
}

#infoMessage{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FBB040;
    margin-bottom: 10px;
}
#infoMessage img{
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
}

.leftImg{
    margin-right: 2px;
}

.rightImg{
    margin-right: 3px;
}

@media screen and (max-width: 500px){
    .textMap h1{
        font-size: 16px;
    }
    #infoMessage{
        font-size: 16px;
    }
}