@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,600,700|Source+Sans+Pro:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

* {
    box-sizing: border-box
}

body {
    font-family: 'Varela Round', sans-serif, "Open Sans";
    font-weight: 400;
    color: #ffffff;
    background-image: url("assets/img/fondo.jpg");
}

#langspanish,
#langenglish
{
    cursor:pointer;
}


a
{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-section {
    background-color: #e5d09b !important;
    padding-top: 30px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 30px;
    position: fixed;
    z-index: 2;
    border-bottom: 3px solid #b59f67;
}

    .header-section .float {
        position: fixed;
        top: 510px;
        width: 60px;
        height: 60px;
        right: 10px;
        background-color: #25d366;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

        .header-section .float a {
            color: #FFF;
            font-size: 40px;
        }


.menu-main {
    display: flex;
    justify-content: space-between;
    height: 45px;
}

    .menu-main a {
        flex: 1;
        font-family: arial;
        display: flex;
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
        padding: 10px
    }

        .menu-main a:hover {
            background: rgba(0,0,0, .1);
        }

        .menu-main a.active {
            background-color: #000000;
        }

.text-content {
    color: #000000;
}

.acordion-faq {
    width: 100%;
}



.cont-embajada,
.page-main-title {
    text-align: center;
}

    .cont-embajada:hover {
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 170px;
    }

    .cont-embajada span {
        display: block;
    }

    .cont-embajada .img-embassy {
        height: 205px;
        width: 205px;
        margin: 0 auto;
    }

        .cont-embajada .img-embassy:hover {
            height: 220px;
            width: 220px;
        }

a, a:hover, button, button:hover, .btnborder, .btntop {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none 3px #000000;
    -moz-border-radius-topleft: 57px;
    -moz-border-radius-topright: 57px;
    -moz-border-radius-bottomleft: 57px;
    -moz-border-radius-bottomright: 57px;
    -webkit-border-top-left-radius: 57px;
    -webkit-border-top-right-radius: 57px;
    -webkit-border-bottom-left-radius: 57px;
    -webkit-border-bottom-right-radius: 57px;
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
    border-bottom-left-radius: 57px;
    border-bottom-right-radius: 57px;
}

.text-ti {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    padding: 40px;
    text-align: left;
    font-size: 24px;
}

.text-ta {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    padding: 8px;
    text-align: left;
    font-size: 24px;
}



.text-tu {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    padding: 14px;
    text-align: center;
    font-size: 24px;
}

.text-te {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    padding: 100px;
    text-align: left;
    font-size: 24px;
    margin-bottom: 14px;
}

.validator-message
{
    color:rgb(248, 82, 9);
    margin-bottom:30px;
    font-style:italic;
}

.rojo
{
    color: #c48444;
    font-size: 24px;
    font-weight: 600
}

negro {
    color: #000000;
    font-size: 24px;
    font-weight: 600
}

.text-ti2 {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    padding: 40px;
    text-align: left;
    font-size: 24px;
    margin-bottom: -100px
}

.text-dos {
    text-align: center;
    font-size: 16px;
    margin-top: 0px
}

.text-tres {
    text-align: center;
    font-size: 16px;
    margin-top: 0px
}

.row2 {
    background-color: #ffffff;
    margin-top: -100px;
    padding: 50px 10px 0px 10px
}

form {
    text-align: left
}

#datos {
    background-color: #918163;
    width: 100%;
    padding: 50px;
    text-align: left
}

.button {
    display: inline-block;
    min-width: 225px;
    padding: 20px 0;
    border: 2px solid #3c88e7;
    text-align: center;
    font: 600 14px/1 "Open Sans";
    background: #3c88e7;
    color: #ffffff;
    margin: 0 24px 0 0;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button-w {
    background: none;
    border-color: #ffffff;
    margin: 0;
}

.button.small {
    padding: 14px 0;
    font-size: 12px;
    min-width: 145px;
}

.button:hover {
    background: transparent;
    color: #3c88e7;
    border-color: #3c88e7;
}

.four-elements {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #c48444;
}

    .four-elements .col-md-4 {
        padding: 0 50px;
    }

    .four-elements i {
        min-height: 250px;
        min-width: 250px;
        max-height: 250px;
        max-width: 250px;
        padding: 30px;
        border-color: #c48444;
        border-width: 5px;
        border-style: solid;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: auto auto;
    }

        .four-elements i:hover {
            background-color: #e5e5e5;
        }

        .four-elements i img {
            height: 125px;
            width: 125px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .four-elements i img:hover {
                height: 150px;
                width: 150px;
            }


article {
    padding: 100px 0;
}

    article p {
        line-height: 30px;
        margin-bottom: 25px;
    }

.bg-dark {
    background-color: #e5d09b !important
}

.cabecera .container,
.cabecera .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #e5d09b !important;
}

.cabecera .menu {
    margin-top: 15px;
    text-align: center;
    background-color: #e5d09b;
}


    .cabecera .menu li {
        float: left;
        padding: 10px 5px 5px 5px;
        width: 112px;
    }

        .cabecera .menu li a {
            display: block;
            font: 500 14px "Open Sans";
            color: #202020;
            text-transform: uppercase;
            background-color: #e5d09b;
        }

            .cabecera .menu li a.active,
            .cabecera .menu li a:hover {
                background-color: rgba(0, 0, 0, 0.3);
                padding: 10px;
                color: #ffffff;
            }

            .cabecera .menu li a.active {
                font-weight: 600;
            }

.cabecera .mobile-menu {
    display: none;
}

.cabecera .sticky-header {
    position: fixed;
    padding: 15px 0;
    background: #202020;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

footer {
    background: #202020;
    padding: 25px 0;
    overflow: hidden;
    display: block;
}

    footer .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer ul {
        overflow: hidden;
    }

        footer ul li {
            float: left;
            margin-right: 20px;
            display: inline-block;
        }

            footer ul li a {
                font-size: 20px;
                color: #999999;
            }

                footer ul li a:hover {
                    color: #3c88e7;
                }

    footer p {
        font: 700 14px/1 "Open Sans";
        color: #999999;
        text-align: center;
        margin: 0;
    }

        footer p a {
            color: #999999;
        }

.menures img {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
}



.topnav a:hover {
    border-bottom: 3px solid #ffffff;
}

.topnav a.active {
    border-bottom: 3px solid #ffffff;
}


.topnav {
    overflow: hidden;
    background-color: #e5d09b;
}

    .topnav a {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border-bottom: 3px solid transparent;
    }






.menu-main li a.active, .menu-main li a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px
}


.menu-main li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

    .menu-main li a {
        display: block;
        font: 500 14px "Open Sans";
        color: #ffffff;
        text-transform: uppercase;
    }

        .menu-main li a.active, .menu-main li a:hover {
            color: #000000;
        }

        .menu-main li a.active {
            font-weight: 600;
        }

header .mobile-menu {
    display: none;
}

img {
    max-width: 100%;
}

div.dropdown-menu {
    background-color: transparent;
    border: none
}

    div.dropdown-menu .dropdown-item {
        background-color: transparent;
        border: none
    }

        div.dropdown-menu .dropdown-item a:hover {
            background-color: white;
            color: black;
        }

.container3 {
    text-align: center;
    display: block;
}

    .container3 .siteDescription {
        background-color: #b5a27b;
        padding-top: 79px;
        width: 100%;
        padding-left: 10px;
    }

        .container3 .siteDescription p {
            margin-bottom: 0px;
        }


@media (min-width: 576px) {
    .cabecera {
        padding: 15px 0;
    }

    header {
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .cabecera .menu {
        position: fixed;
        left: -250px;
        background: #000;
        top: 0;
        width: 250px;
        padding: 25px;
        bottom: 0;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .cabecera .menu.slide-menu {
            left: 0;
        }

        .cabecera .menu li {
            margin: 0 0 20px;
            width: 100%;
        }

            .cabecera .menu li a {
                font-size: 16px;
            }

    .cabecera .mobile-menu {
        display: block;
        color: #ffffff;
        font-size: 25px;
    }

    footer {
        text-align: center;
    }

        footer ul li {
            float: none;
        }

        footer p {
            margin-top: 15px;
            text-align: inherit;
        }

    header .menu {
        position: fixed;
        left: -250px;
        background: #000;
        top: 0;
        width: 250px;
        padding: 25px;
        bottom: 0;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        header .menu.slide-menu {
            left: 0;
        }

        header .menu li {
            margin: 0 0 20px;
            width: 100%;
        }

            header .menu li a {
                font-size: 16px;
            }

    header .mobile-menu {
        display: block;
        color: #ffffff;
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #8b8465;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #8b8465;
    color: white;
}






.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}