﻿#formulario {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: white;
    width: 50%;
    text-align: center;
    padding: 30px;
    display: block;
    top: 0px;
    display: inline-block;
    margin-top: 30px;
}
.contenido {
    align-items: center;
    text-align: center;
}
.fia{
    height: 38px;
    margin-top: 20px;
}

.inp{
    margin-bottom: 4px;
}

.sel {
    margin-top: 20px;
}
.sel {
    margin-bottom: 5px;
}
.leerbtn {
    background: rgb(246, 232, 76);
    height: 45px;
    width: 200px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: none;
    -webkit-box-shadow: 3px 3px 3px 3px rgb(210,210,210);
    color: white;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    bottom: 20px; /* Espacio desde la parte inferior de la pantalla */
    left: 20px;
    display: none;
}
.direcemp {
    padding: 0px;
    padding-top: 0px;
    border-radius: 5px;
    border-top: 2px solid rgb(220,220,220);
    border-bottom: 2px solid rgb(220,220,220);
}
.footer {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5); /* Sombra en la parte superior */

}
.google {
    display: none;
}

.mgoogle {
    
}
.logo2{
    display: none;
}
.viñeta{
    color: rgb(255, 233, 59);
}

.list-square li{
    color: rgb(68, 136, 199);
}
.izq{
    /*color: red;*/
    float: left;
}

.danger-text {
    color:red;
}

::placeholder {
    opacity: 0.65;
}

.bar {
    border-bottom: 10px solid rgb(38, 133, 189);
    height: 140px;
}
.container{
    position: relative;
   /* padding: 30px 0px 30px 0px;
    margin-left: 25px;*/
}






.head {
    background: black;
}

.btnenv {
    background: rgb(46, 196, 245);
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    border: none;
    width: 20vh;
    height: 50px;
    cursor: pointer;
    float: right;
    

}
.link {
    cursor: pointer;
    margin-right: 25px;
    color: white;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    padding-bottom: 5px;

}
    .link:hover {
        color: white;
        border-bottom: 1px solid white;
        transition: all 0.5s;
    }


    li{
        display: inline;
    }
    .btnenv:hover {
        background: rgb(18, 182, 255);
        transition: all .2s;
        -webkit-box-shadow: 3px 3px 3px 3px rgb(210,210,210);
    }

input {
    border: 1px solid rgb(7, 139, 216);
}

.white {
    color: white;
}
.mar {
    margin-left: -73%
}

html {
    font-size: 14px;
}
.mini{
    font-size: 13px;
}

.foot{
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
}

.num {
    color: white;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
   

    .mar {
    }

    

   

}
@media (max-width: 768px) {
   

    #formulario {
        width: 100%;
    }

}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

select {
    -webkit-appearance: listbox !important;
    height: 40px;
}

#menu1 * {
    margin: 0;
    padding: 0;
    color: white;
}

#menu1 ul.menu {
    float: left;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

    #menu1 ul.menu li {
        position: relative;
        float: left;
        list-style-type: none;
    }

        #menu1 ul.menu li a {
            position: relative;
            display: block;
            line-height: 21px;
            font-size: 17px;
            padding-bottom: 5px;
            margin-right: 30px;
            text-decoration: none;
            z-index: 100;
        }

    #menu1 ul.menu > li:first-child > a {
        border-left: 0;
    }

    #menu1 ul.menu > li:last-child > a {
        border-right: 0;
    }

    /** Sub Menu - Tier 2 **/

    #menu1 ul.menu li ul.sub-menu {
        position: relative;
        display: none;
        margin: 0;
        padding: 0;
    }
    .link:hover{
        border-bottom: 1px solid white;
    }

    #menu1 ul.menu li:hover ul.sub-menu {
        display: block;
        float: left;
        position: absolute;
        z-index: 200;
    }

    #menu1 ul.menu li ul.sub-menu > li:first-child {
        margin: 5px 0 0 0;
    }

    #menu1 ul.menu li ul.sub-menu li a {
        width: 140px;
        display: block;
    }

    #menu1 ul.menu li ul.sub-menu li:first-child > a {
        border-top: 0;
    }

    #menu1 ul.menu li ul.sub-menu li:last-child > a {
        border-bottom: 0;
    }

    /** Sub Menu - Tier 3 **/

    #menu1 ul.menu li ul.sub-menu li ul {
        position: relative;
        display: none;
        left: 100%;
    }

        #menu1 ul.menu li ul.sub-menu li ul li {
            margin: 0 0 0 5px;
        }

    #menu1 ul.menu li ul.sub-menu li:hover ul {
        display: block;
        float: left;
        position: absolute;
        top: 0;
    }

    #menu1 ul.menu li ul.sub-menu li ul li a {
        width: 140px;
        display: block;
    }


    /** Colour Styles **/

    #menu1 ul.menu li a {
        
    }

    #menu1 ul.menu > li > a {
    }

    #menu1 ul.menu li:hover > a, #menu1 ul.menu li a:hover {
        border-bottom: 1px solid white;
    }

    #menu1 ul.menu li ul.sub-menu li a {
        padding-top: 8px;
    }

    #boton{
        background: rgb(240,240,240);
        border: none;
        color: #565656;
        border-radius: 8px;
        padding: 8px;
        font-size: 20px;

    }


    @media (max-width: 1050px) {
        .google {
            display: block;
            margin-bottom: 40px;
        }

        .mgoogle {
            display: none;
        }
    }

    /*---------------------------------------------------------------------*/


@charset "UTF-8";
ul{
    font-family: 'Yu Gothic UI';
}

.note{
    height: 10px;
    color: grey;
}


.titulo{
    background: rgb(17, 114, 170);
    width: 40%;
    color: white;
    text-align: center;
    align-content: center;
    margin: auto;
    margin-left: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
}
.divrmsa {
    /*padding: 20px;
    background: rgb(245,245,245);
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 3px 3px 3px 3px rgb(210,210,210);*/

    padding: 20px;
    background: rgb(244,244,244);
    border-top: 5px solid rgb(45, 100, 186);
}



li {
    margin-bottom: 10px; /* Espaciado entre ítems */
}

.box1 {
    margin: 30px;
    margin-bottom: auto;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.box2 {
    margin: 30px;
    width: 40%;
    display: flex;
    justify-content: center;
    margin-top: 800px;
}
    .boxed > .boxed-title-desktop {
        display: inline-block;
    }

    .boxed > .boxed-title-mobile {
        display: none;
    }

    .boxed .small,
    .boxed-content {
        display: block;
    }

    .request-form {
        padding: 20px;
    }

    .request-form-title {
        text-indent: 20px;
    }

        .request-form-title > span {
            padding-right: 20px;
        }

.footer > .container {
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.divfoot {
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.footer-notes {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgb(245,245,245); /* Opcional: para darle un fondo */
    padding: 10px; /* Opcional: para darle un poco de espacio ;
    flex-direction: color */
    text-align: center;
    margin-top: auto;
    align-items: center;
}
    .footer-notes img{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@media screen and (max-width: 650px) {
    .container{
        width: 100%;
        margin: 0px;
    }
    .leerbtn{
        display: block;
    }
    .footer-notes {
        width: 100%;
    }
    .box2{
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;

    }

    .box1{
        width: 100%;
        margin-left: -10px;
    }
    .contenido {
        width: 100%;
        padding: 0 0px;
        flex-direction: column-reverse;
        margin: 0px;
    }
    .titulo{
        width: 60%;
    }
    .direcemp{
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .contenido > h2 {
            font-size: 20px;
        }

        .contenido p,
        .contenido ul {
            font-size: 16px;
        }

        .contenido .small,
        .footer-notes {
            font-size: 13px;
        }

    .boxed > .boxed-title-desktop {
        display: inline-block;
    }

    .boxed > .boxed-title-mobile {
        display: none;
    }
    
    .boxed .small,
    .boxed-content {
        display: block;
    }

    .request-form {
        padding: 20px;
    }

    .request-form-title {
        text-indent: 20px;
    }

        .request-form-title > span {
            padding-right: 20px;
        }




    
}
.gracias {
    width: 100%;
    padding: 50px;
    height: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 650px) {

    .gracias {
        width: 70%;
        padding: 50px;
        height: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
}


