@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.ttf');

    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'crimson_textregular';
    src: url('crimsontext-regular-webfont.woff2') format('woff2'),
         url('crimsontext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cormorantregular';
    src: url('cormorant-regular-webfont.woff2') format('woff2'),
         url('cormorant-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
    margin:0px;
    padding:0px;   
}

html,body{
    background-color: #fff;
    font-family: "Roboto", sans-serif;


}

a {
    text-decoration:none;
    color: #fff;
    }

a:link:{
    color: #fff;
    }

h1{
        text-align: center;
    font-weight: 500;
    margin: 100px auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 3em;
    font-family: "Roboto", sans-serif;
}
    

form{
    margin: 0 auto;
    width:40%;
    /*border:1px inset #909090;*/
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 35vh;
    
    }


.form-sample{
    margin: 20px auto;
    display: block;
    align-items: center;
    width: 80%;
    height: auto;
    /* border: 1px inset #909090; */
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 30px;

}

.input-name{
    
    position: relative;
    display: block;
    margin: 10px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    font-size: .8em;
    background-color: rgba(255,255,255,.5);
    padding: 20px 10px 20px 10px;
    border:1px solid #ffffff3d;
   -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #00BCD4;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
   
    }

.input-email{
    position: relative;
    margin: 5px auto;
    width: 49%;
    color: #000;
    padding:20px 10px 20px 10px;
    font-size: .8em;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 15px;
    border:1px solid #ffffff3d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #00BCD4;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    }

.input-phone{
    position: relative;
    float: right;
    margin: 5px auto;
    width: 49%;
    color: #000;
    font-size: .8em;
    padding: 20px 10px 20px 10px;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 15px;
    border:1px solid #ffffff3d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #00BCD4;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    }


.form-two{
    margin: 20px auto;
}

select:focus{ outline: none;}

input:focus{ outline: none;}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

option {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
color:#666;
background-color: #f2f2f2;
-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border:#000;

}


.campo-email{
    float:right;
}


.text-form{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    position: relative;
    padding-bottom: 50px;
    
}

#message{
    margin-top: 10px;
    width: 100%;
    color: #000;
    font-size: .9em;
    font-family: "Roboto", sans-serif;
    padding:10px 5px 10px 5px;
    
}

#submit{
    background: linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    -webkit-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    border: solid 1px rgba(255,255,255,.3);
    background-color: none;
    margin: -78px auto;
    float: right;
    display: block;
    height: 78px;
    width: 35%;
    color: #999;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    color: white;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
    

}


#submit:hover{
    background-color:rgba(0,0,0,0.8);
    color: #9e9e9e;
    border: solid 1px rgba(255,255,255,.8);
	
}

#submit-2{
    background: rgba(248,80,50,1);
background: -moz-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(240,70,48,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(240,70,48,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(240,70,48,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(240,70,48,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(240,70,48,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to right, rgba(248,80,50,1) 0%, rgba(240,70,48,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );
Copy text
    -webkit-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    border: solid 1px rgba(255,255,255,.3);
    background-color: none;
    display:block;
    float: right;
    margin: 0px auto;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
 
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}


#submit-2:hover{
    background-color:rgba(0,0,0,0.8);
    color: #9e9e9e;
    border: solid 1px rgba(255,255,255,.8);
    /*text-transform: uppercase;
    border:1px solid #0165ff;
    font-family: "Roboto", sans-serif;*/
    
}

.nav{
    
    position: fixed;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    z-index: 10;
     
}
.logo{
       display: block;
    position: absolute;
    width: 15%;
    height: 80;
    padding: 5px;
    left: 100px;
    text-align: center;

    
}

.main{
    
    background-image: url(../images/photo-3.jpg);
    /*opacity: 0.7;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;

    height: 140vh;
    padding-bottom: 100px;
    }

.pge-transfer{
    
    background-color: #fff;
    /*background-image: url(../images/background1.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 100px;
    /*padding-bottom: 100px;*/
    color:#000;
    font-family: "Roboto", sans-serif;
    font-size:14px;
    text-align: justify;
    }


.block-transfer{

    
    display: block;
    width: 60%;
    margin: 0px auto;
    padding: 50px;
}

.block-transfer p{

    padding-bottom: 13px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 300;
 
}

.disc{

    padding-bottom: 13px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
 
}

.block-transfer h2{

    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 16px;
    padding-top: 16px;
}

.block-transfer h3{

    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 16px;
    padding-top: 16px;
    display: flex;
    align-items: center;
}

.block-transfer h4{

    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
    padding-bottom: 16px;
    padding-top: 16px;
    font-style: italic;

}

.block-transfer h3:before {
    content: "\f039"; /* Valor unicode */
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    line-height: normal;
    display: block;
    margin-right: 20px;
}


.pge-2{
    
    background-image: url(../images/photo-4.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    }

.conten-1{
    color: white;
    display: flex;
    align-items: center;
    /* display: block; */
    position: relative;
    background-color: rgba(0,0,0, 0.6);
    width: 80%;
    max-width: 1200px;
    height: 80vh;
    /top: 150px;
    margin: 0px auto;
    /* padding-bottom: 100px; */
    border: 1px solid rgba(155,155,155,0.2);
    -webkit-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
}

.conten-1pge{
color: white;
    display: block;
    align-items: center;
    /* display: block; */
    position: relative;
    background-color: rgba(0,0,0, 0.6);
    width: 80%;
    max-width: 1200px;
    height: 120vh;
    /*top: 150px;*/
    margin: 0px auto;
    border: 1px solid rgba(155,155,155,0.2);
    -webkit-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);

}

.arrow{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    top: 78%;
    left:50%;
    margin-left: -50px;
    margin-top: 50px;
    font-size: 2em;
    
}

.h2{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    padding-bottom: 50px;
    
}

.pge-2-icon {
    background: linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(200,200,200,.1) 70%);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    background-color: rgba(255,255,255,0.6);
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
    padding: 50px;
    display: block;
    position: relative;
    /* top: 20%; */
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 10px 10px 53px -10px rgba(0,0,0,0.7);
    -moz-box-shadow: 10px 10px 53px -10px rgba(0,0,0,0.7);
    box-shadow: 10px 10px 53px -10px rgba(0,0,0,0.7);
}

.content-super-transferento {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;

}

.content-super {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;

}

.content-super-transfer {
    width: 50%;
    margin: 0px auto;
    position:relative;
    

    

}

.content-super-transfer img{

    display: block;
    margin: 0px auto;
    width: 90%;

    

}

.img-city {
    display: block;
    width: 90%;
    height: 60vh;
    margin: 0px auto;
    background-image: url(../images/phote-city2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 50px;
}


.content-super-transfer li{

    padding: 20px 0px;
    padding-left: 60px;
    display: inline-flex;
    align-items: center; 

}

.content-super-transfer li img{

    width: 50px;
    height: 50px;
    padding: 20px 20px;
    display: block;
    background-color: #f2f2f27a;
    border-radius: 50px;
    margin-right: 20px;
    border: 2px solid #999;
    -webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s
}

.content-super-transfer li img:hover {

    background-color: #ff1d1d7a;
    border-radius: 50px;
    border: 2px solid #f2f2f2;

}

.icoonosa_01.svg{
    fill: transparent;

}




.pge-2-icon li{
    list-style: none;
    margin: 0px auto;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
    
}

.pge-2-icon h2{
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 16px;
    font-style: italic;
    
    
}

.icono-img{
    width: 60px;
}

.pge-2-icon li i{
    
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transform: scale(.8);
    transition: .3s ease-out;
    vertical-align: middle;
    margin: 10px 5px 10px 5px;
    
}


.pge-2-icon li i:hover
{
    /*color: #fff;*/
    transform: scale(1.1);
    /*background-color: firebrick;*/
    
}


.angle{
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;  
    
}


footer{
    
    background-color: #323232;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;    
    width: 100%;
    
    font-size: .7em;
    color: #777;
    padding-top: 50px;
    padding-bottom: 50px;
    }

footer p{
    margin-bottom: 10px;
    }


.blk-footer{
    
    margin: 0 auto;
    display: block;
    position: relative;
    width: 90%;
    font-size: 1em;
    line-height: 1.3em;
    text-align: justify;
    letter-spacing: .05em;
    padding: 20px;
    max-width: 1200px;
    
}

.img-logo{
    height: 70px;
}

.pge-7{
    margin:50px auto;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    /*height: 40vh;
    padding-top: 10%;*/
    padding: none;
    
    }

.pge-3{
    margin:0 auto;
    text-align: center;
    background-color: #e8e6e6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    /*height: 40vh;
    padding-top: 10%;*/
    padding: none;
    
    }

.pge-4{
    margin:0 auto;
    text-align: center;
    background-color: #e8e6e6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;

    
    }


.pge-5{
    margin:0 auto;
    text-align: center;
    background-color: #e8e6e6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;

    
    }


.content-pge3{
    width: 90%;
    max-width: 1200px;
    /* height: auto; */
    margin: 0 auto;
    display: flex;
    padding-bottom: 50px;
}

.content-pge4 {
    width: 90%;
    max-width: 1200px;
    /* height: auto; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.parrafo{
    
    width: 100%;
    /* height: 350px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: .021em;
    padding: 50px 20px 0px 20px;
   
}

.parrafo p{
    
    width: 100%;
    padding-top: 20px;
  
   
}


.parrafo-2{
    margin: 0 auto;
    width: 50%;
    /*height: 350px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: .021em;
    padding: 50px 20px 0px 20px;
   
}


.parrafo-2 p{
    
    width: 100%;
    padding-top: 20px;
  
   
}


.parrafo-3{
    margin: 0 auto;
    width: auto;
    font-size: .9em;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: .021em;
   
}


.text-image{
    
    background-size: 477px 531px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(/images/logo.jpg);
    height: 100%;
    width: 50%;
    display: block;
}
    

.contenido-texto{
    width: 75%;
    display: block;
    margin: 0 auto;
    padding: 100px 50px;
    font-size: .8em;
    text-align: justify;
    
    
}



.figure{
    
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-image: url(images/ics-01.png);
    /*position: relative;
    left: 50%;
    margin-left: -20px;*/
}


.ics-1{
    
    width: 80px;
    height: 80px;
    /*background-size: 80px 80px;
    background-repeat: no-repeat;*/
    padding-bottom: 20px;
    /*background-repeat: no-repeat;
    background-image: url(images/icons/tranfer-01.png);*/
}

.ics-2{
    
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-image: url(images/icons/tranfer-02.png);
}

.ics-3{
    
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-image: url(images/icons/tranfer-03.png);
}

.ics-4{
    
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-image: url(images/icons/tranfer-04.png);
}


.ics-5{
    
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-image: url(images/icons/tranfer-05.png);
}

a .link{
    font-size: 1.2em;
    color:cornflowerblue;
    font-weight: 400;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;

    
}


a .link:hover{
    font-size: 1.2em;
    color:darkgrey;
    font-weight: 400;

}

.blk-con-tex{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
    margin: 0 auto;
    background-image: url(../images/background2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
}

.con-tex{
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    font-size: 1em;
    background: rgba(255,255,255,.8);
    padding: 0px 80px;   
    
}

.con-tex p{
    
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
   
}

.con-tex h1{
    padding-top: 1.5em;
    font-size: 3em;
    font-weight: bold;
    
    
}

.titulos-funds{
    padding-top: 3em;
    font-size: 5em;
    font-family: "cormorantregular", sans-serif;
    text-align: center;
    

}

.parrafo-1{
    font-size: 1.2em;
}

.sub{
    
    font-size: 2em;
    font-weight: bold;
    /* padding: 50px 0px; */
    text-transform: uppercase;
    border: 1px solid #000;
    letter-spacing: 1px;
    margin: 20px auto;
    text-align: left;
    
}

.numb{
    padding: 20px 0px;
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 2em;
    text-align: left;
    height: 80px;
    
}

.numb-snd{
    padding: 20px 0px;
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 2em;
    text-align: left;
    margin-bottom: 20px;
    
    
}

.image-logo{
    display: flex;
    align-items: center;
}

.numb-money{
    padding: 20px 0px;
    font-weight: bold;
    font-size: 3em;
    padding-left: 2em;
    text-align: left;
    
}

.numb-money-2 {
    padding: 20px 0px;
    font-weight: bold;
    font-size: 10em;
    padding-left: 2em;
    text-align: right;
}


.numb-sub{
    padding: 20px 0px;
    padding-left: 2em;
    font-size: 1.6em;
    
}

.text-info{

    float: left;
    width: 35%;
    /* height: 30px; */
    font-family: "Roboto", sans-serif;
    font-size: .9em;
    padding: 15px 0px 15px 10px;
    margin: 0px auto;
    /* border: 1px solid #666; */
    display: flex;
    justify-content: left;
    align-items: center;
	
	
}

.content-westen{
    
    width: 95%;
    padding: 40px 20px;
    background-color: #000;
    /* overflow: hidden; */
    color: #fff;
    font-size: .9em;
    margin: 0px auto;
    -webkit-box-shadow: 10px 10px 38px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 38px -9px rgba(0,0,0,0.75);
box-shadow: 10px 10px 38px -9px rgba(0,0,0,0.75);


}

.content-union{
    width: 95%;
    padding: 40px 20px;
    background-color: #fff;
    color:#000;
    font-size: .9em;
    margin: 0px auto;
    -webkit-box-shadow: 10px 10px 38px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 38px -9px rgba(0,0,0,0.75);
box-shadow: 10px 10px 38px -9px rgba(0,0,0,0.75);

}

.text-info-1{

    float: right;
    width: 58%;
    /* height: 20px; */
    font-family: "Roboto", sans-serif;
    font-size: .9em;
    padding: 15px 0px 15px 10px;
    margin: 0px auto;
    /* border: 1px solid #666; */
    display: flex;
    justify-content: left;
    align-items: center;
    
}

.text_destino{

    font-size: .9em; color: #000;
    position:relative;
    text-align:left;
    float:right;
    width:45%;
    font-family: "Roboto", sans-serif;
    padding: 15px 0px 15px 10px;
    margin:10px auto;
    border:1px solid #666;
    
}


.text-grade{
	width:80%;
	font-family: "Roboto", sans-serif;
	font-size: 2.5em;
    padding:20px 10px 20px 10px;
	text-align:center;
	margin: 150px auto;
	text-transform: uppercase;
}

.summary{
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	font-weight:600;
	letter-spacing: 1px;
	margin-bottom:10px;
	}

.sample{
	color:#fff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	background-color:rgba(255,255,255,0.2);
	margin: 60px auto;
	width:30%;
	border:1px solid #fff;
	padding:20px 10px;
	font-size:1.5em;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	


.sample:hover{

	background-color:rgba(60,95,150,0.2);
    color:#0165ff;
    text-transform: uppercase;
	border:1px solid #0165ff;
	font-family: "Roboto", sans-serif;
	

}

.wel{
	text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 5em;
    margin: 50px auto;
    letter-spacing: .1em;
    display: block;
    position: relative;
    top: 20px;
    color: #fff;
    text-shadow: 2px 2px 6px #00000085;
}


.welcome{
    /*text-transform: uppercase;*/
    font-family: "crimson_textregular", sans-serif;
    text-align:center;
    font-size:2.3em;
    margin: 0px auto;
    color: #fff;
    text-shadow: 2px 2px 6px #00000085;
}

	
#form-input::placeholder {
 color:white;
}

#form-input::-webkit-input-placeholder {
  color: #000;
}
#form-input::-moz-placeholder {
  color: #000;
}
#form-input:-ms-input-placeholder {
  color: #000;
}
#form-input:-moz-placeholder {
  color: #000;
}

.info-menu-2 {
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
    padding: 50px 0px 0px 0px;
    /* height: 300px; */
    background-color: #fff;
}

.info-menu{
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    
    background-color: #000;
}

.info-menu-blk{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
    margin: 0px auto;
    max-width: 1200px;
}


.info-menu-blk ul{
    margin: 0px auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
   
}

.info-menu-blk ul li{
    text-align: center;
    width: 500px;
    height: 150px;
    border-left: 1px solid #3c3c3c;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #111;
    transition: background-color 200ms ease-out;
}

.info-menu-blk ul li:hover{
    background-color: #d8d9dd;
    font-weight: bold;
    cursor: pointer;
    
}


.info-menu-blk ul{
    list-style: none;
}

.ics-1-menu {
        margin: 0px auto;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    /* background-size: 80px 80px; */
    /* background-repeat: no-repeat; */
    padding-bottom: 10px;
    /* background-repeat: no-repeat; */
    /* background-image: url(https://77.93.204.168/images/icons/tranfer-01.png); */
}

.ics-2-menu {
    margin: 0px auto;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    
    background-repeat: no-repeat;
    
    background-repeat: no-repeat;
    background-image: url(https://77.93.204.168/images/icons/icons/tranfer-02.png);
}

.ics-3-menu {
    margin: 0px auto;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    /* background-size: 80px 80px; */
    background-repeat: no-repeat;
    /* padding-bottom: 80px; */
    background-repeat: no-repeat;
    background-image: url(https://77.93.204.168/images/icons/tranfer-03.png);
}

.ics-4-menu {
    margin: 0px auto;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    /* background-size: 80px 80px; */
    background-repeat: no-repeat;
    /* padding-bottom: 80px; */
    background-repeat: no-repeat;
    background-image: url(https://77.93.204.168/images/icons/tranfer-04.png);
}


.ics-5-menu {
    margin: 0px auto;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    /* background-size: 80px 80px; */
    background-repeat: no-repeat;
    /* padding-bottom: 80px; */
    background-repeat: no-repeat;
    background-image: url(https://77.93.204.168/images/icons/tranfer-01.png);
}


.info-menu h2{

font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin: 0px auto;
    text-align: center;
    color: #fff;
}


.info-menu-blk ul a{

    color: #f2f2f2;
    display: block;
    position: relative;
    margin: 0px auto;
    height: 150px;
    font-size: none;
}

.info-menu-blk ul a:hover{

    color: #70a83b;
}

.content-funds{
    margin: 0px auto;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 10px;
    
}



.content-funds-curenncies{
    margin: 0px auto;
    width: 95%;
    display: block;
    position: relative;
    
}

.content-funds-intro {
    display: flex;
    margin: 0px auto;
    width: 100%;
    /* display: block; */
    position: relative;
    padding-top: none;
    
}

.content-money {
    margin: 10px auto;
    width: 100%;
    display: block;
    position: relative;
}

.images-funds{
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0px;
    margin: 0px auto;
    

}

.images-funds2{
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0px;
    margin: 0px auto;
    

}

.content-funds-complet{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;

}

.content-funds-complet-block{
    width: 100%;
    display: flex;
    align-items: top;
    align-content: center;
    justify-content: space-between;
     margin: 50px auto;

}

.content-funds-block{

    width: 100%;
    padding: 0px 10px;
    display: block;
    position: relative;
    padding: 20px 10px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: none;

}

.content-funds-block-right{

    border-right: 1px solid #000;

}



.sending{
    margin: 50px auto;
    width: 100%


}




.conten-1pge {
    color: #fff;
    display: block;
    align-items: center;
    /* display: block; */
    position: relative;
        background-color: rgba(0,0,0, 0.6);
    width: 60%;
    max-width: 1200px;
    height: 120vh;
    top: 150px;
    margin: 0px auto;
    border: 1px solid rgba(255,255,255,0.8);
    -webkit-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
}





/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

.nav {
    
    position: absolute;
    
}

.conten-1pge {
    
    height: 70vh;
  
}

.wel {
    
    font-size: 3em;
}

.welcome {
    
    font-size: 2em;

}

.custom-select {
    
    margin: 5px auto;
    padding: 15px 10px 15px 10px;

}

.custom-input{
    
    margin: 5px auto;
    padding: 15px 10px 15px 10px;

}

form {
    
    width: 70%;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.arrow {
    
    top: 72%;
    }

.pge-2-icon li {
    
    font-size: 1em; 
}

.h2 {
    
    font-size: 1.2rem;
    
}

.icono-img {
    width: 50px;
}

.ics-1 {
    width: 60px;
    height: 60px;
    
}

.parrafo {
    
    height: 350px;
    padding: 30px 10px
    
}

.parrafo p {
    width: 100%;
    padding-top: 0px;
    
}

.parrafo-2 {
    
    height: 350px;
    padding: 30px 10px
    
}

.parrafo-2 p {
    width: 100%;
    padding-top: 0px;
    
}

.pge-3{

    padding: 50px 0px;

}

.content-funds-complet-block {
    
    display: block;
    margin: 50px auto;

}

.ics-1-menu {
    
    margin-top: 25px;
    width: 60px;
    height: 60px;
    
}

.info-menu-blk ul a{

    font-size: 13px;
}

.titulos-funds {
    
    font-size: 3em;
    
}

.images-funds {

    width: 70%;
    padding: 50px 0px;
    
}
.images-funds2 {

    width: 70%;
    padding: 50px 0px;
    
}

.content-funds-complet {
    
    display: block;
}

.content-funds-intro {

    padding-top: 50px;

}

.sub {
    font-size: 1.6em;
    
}

.blk-con-tex {
   
    padding-top: 50px;
    
}

.content-funds-block{


    border-bottom: none;
    border-right: 1px solid #000;


}

.content-funds-complet-block-min{

    margin: 0px auto;

}

.content-funds-block-right{

    border-right: 1px solid #000;
    border-bottom: 1px solid #000;

}

.content-funds-intro-min {
    padding-top: 0px;
}


.content-funds-bottom{

    padding-bottom: 30px;

}










}













/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 480px) {
  

.nav {
    
    position: absolute;
    
}

.conten-1pge {
    
    width: 95%;
    top: 110px;
  
}

.wel {
    
    font-size: 3em;
}

.welcome {
    
    font-size: 1.5em;

}

.custom-select {
    
    margin: 5px auto;
    padding: 15px 10px 15px 10px;

}

.custom-input{
    
    margin: 5px auto;
    padding: 15px 10px 15px 10px;

}

.logo{

    position: relative;
    width: 100%;
    margin: 0px auto;
    padding-top: 15px;
    left: 0;

}

form {
    
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    
}

.arrow {
    
    top: 72%;
    }

.pge-2-icon li {
    
    font-size: 1em; 
}

.h2 {
    
    font-size: 1.2rem;
    
}

.icono-img {
    width: 50px;
}

.ics-1 {
    width: 60px;
    height: 60px;
    
}

.parrafo {
    
    height: 350px;
    padding: 30px 10px
    
}

.parrafo p {
    width: 100%;
    padding-top: 0px;
    
}

.parrafo-2 {
    
    height: 350px;
    padding: 30px 10px
    
}

.parrafo-2 p {
    width: 100%;
    padding-top: 0px;
    
}

.pge-3{

    padding: 50px 0px;

}

.content-funds-complet-block {
    
    display: block;
    margin: 50px auto;

}

.ics-1-menu {
    
    margin-top: 25px;
    width: 60px;
    height: 60px;
    
}

.info-menu-blk ul a{

    font-size: 13px;
}

.titulos-funds {
    
    font-size: 3em;
    
}

.images-funds {

    width: 70%;
    padding: 0px 0px;
    
}
.images-funds2 {

    width: 90%;
    padding: 20px 0px;
 
}

.numb-sub {

    border-bottom: 1px solid #000;
    font-size: 1.4em;
    text-align: center;
}

.content-funds-complet {
    
    display: block;
}

.content-funds-intro {

    padding-top: 50px;

}

.numb {

    text-align: center;

}

.numb-snd {
   
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub {
    
    text-align: center;
    border:none; 
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    
}

.blk-con-tex {
   
    padding-top: 50px;
    
}

.content-funds-block{


    border-bottom: none;
    border-right: 1px solid #000;


}

.content-funds-complet-block-min{

    margin: 0px auto;

}

.content-funds-block-right{

    border-right: 1px solid #000;
    border-bottom: 1px solid #000;

}

.content-funds-intro-min {
    padding-top: 0px;
}


.content-funds-bottom{

    padding-bottom: 30px;

}

.con-tex {
    width: 90%;
    padding: 0px 10px;
}

.con-tex p {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.parrafo-1 {
    font-size: 1.1em;
}


.content-funds-block {
    /*border-bottom: none; */
    /* border-right: none; */
    padding: 20px 0px;
    /* border-left: none; */
}

.content-funds-block-right-min{
    border-bottom: 1px solid #000;

}

.content-funds-block-top-min{
    border-top: 1px solid #000;

}

.content-funds {

    padding: 0px 0px;
}

.content-westen {
    width: 100%;
    padding: 40px 0px;
    }

.content-union {
    width: 100%;
    padding: 40px 0px;
}

.numb-money {

    font-size: 2em;
    text-align: center;
    margin: 0px auto;

}

.info-menu {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
}

.info-menu-blk {
    display: block;
    display: contents;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    width: 100%;
    height: auto;
    margin: 0px auto;
    /* max-width: 1200px; */
}

.info-menu h2 {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin: 0px auto;
    text-align: center;
    color: #fff;
}

.info-menu-blk ul {
    margin: 0px auto;
    display: block;
    padding: 0px 0px 10px 0px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.info-menu-blk ul li {
    text-align: center;
    width: auto;
    height: 150px;
    border-left: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #111;
    transition: background-color 200ms ease-out;
    margin-top: 10px;
}

.info-menu-blk ul a {
    font-size: 15px;
}




.form-sample {
    margin: 20px auto;
    display: block;
    align-items: center;
    width: 90%;
    height: auto;
    /* border: 1px inset #909090; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.conten-1 {
    color: white;
    display: block;
    align-items: center;
    display: block;
    position: relative;
    background-color: rgba(0,0,0, 0.6);
    width: 95%;
    /* max-width: 1200px; */
    height: 850px;
    top: 120px;
    margin: 0px auto;
    /* padding-bottom: 100px; */
    border: 1px solid rgba(155,155,155,0.2);
    -webkit-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 60px -9px rgba(0,0,0,0.75);
}
.text-info {
    /* float: left; */
    width: 100%;
    /* height: 30px; */
    font-family: "Roboto", sans-serif;
    font-size: .8em;
    padding: 15px 0px 15px 10px;
    margin: 0px auto;
    /* border: 1px solid #666; */
    display: block;
    justify-content: left;
    align-items: center;
    text-align: center;
}


.text-info-1 {
    /* float: right; */
    width: 100%;
    /* height: 20px; */
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    padding: 10px 0px 25px 10px;
    margin: 0px auto;
    /* border: 1px solid #666; */
    display: block;
    justify-content: left;
    align-items: center;
    text-align: center;
}


.input-name {
    position: relative;
    display: block;
    margin: 10px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    font-size: .8em;
    background-color: rgba(255,255,255,.5);
    padding: 20px 10px 20px 10px;
    border: 1px solid #ffffff3d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}




.input-email {
    position: relative;
    margin: 5px auto;
    width: 100%;
    color: #000;
    padding: 20px 10px 20px 10px;
    font-size: .8em;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 15px;
    border: 1px solid #ffffff3d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.input-phone {
    position: relative;
    float: right;
    margin: 5px auto;
    width: 100%;
    color: #000;
    font-size: .8em;
    padding: 20px 10px 20px 10px;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 15px;
    border: 1px solid #ffffff3d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#submit {
    background: linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.2) 30%, rgba(255,255,255,.2) 70%, rgba(0,0,0,.4) 70%);
    -webkit-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.49);
    border: solid 1px rgba(255,255,255,.3);
    background-color: none;
    margin: 90px auto;
    float: left;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    color: white;
    /* text-transform: uppercase; */
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main {
    background-image: url(../images/background2.jpg);
    /* opacity: 0.7; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 150vh;
    padding-bottom: 100px;
}


}