/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-jul-2021, 9:11:23
    Author     : sergio
*/

.pa2{ 
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 24px;

}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0px;
  text-align: left;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
}
.form input {
    font-family: "Raleway", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
}
.form input[type=radio] {
    font-family: "Raleway",sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 3%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
}
.form input[type=checkbox] {
    font-family: "Raleway",sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 3%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
}

.form button {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #45c8ff;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 15px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #04B5E9;
}

.form .button:hover,.form .button:active,.form .button:focus { background: #04B5E9; }    
.form .register-form { display: none; }
input:focus{ border: 1px solid #45c8ff;} 
.error{ border: 1px solid #EF3B3A; }

.h2ap{
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #45c8ff;
}
.content-input label{
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 15px;
}
.content-input span{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.content-input table{ width: 100%; font-family: "Raleway", sans-serif; font-size: 15px;}
.content-input th{ width: 20%; padding: 10px; }
.content-input td{ width: 20%; padding: 10px; }

.content-input table input[type=radio]{         
    outline: 0;
    background: #f2f2f2;
    width: 10%;
    border: 0;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
}
.uno{ width: 40% !important;}

.content-input textarea{ 
    width: 100%; 
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
}


#barralateral2{
    background-color: #000;
     height:100%;
}

#barralateral2 h1{
    font-family: "Raleway", sans-serif;
    font-size: 140px;
    line-height: 115px;
    color: #fff;
}

.successmsg{
    width: 100%;
    border-color: #b2dba1;
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}
.errormsg{
    width: 100%;
    border-color: #b2dba1;
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}



@media  (min-width : 320px) and (max-width : 425px) { 
    #barralateral2{ height: 250px; margin-top: 50px;}
}
@media  (min-width : 425px) and (max-width : 767px) { 
    #barralateral2{ height: 250px; }
}
@media  (min-width : 768px) and (max-width : 1023px) { 
    #barralateral2{ height: 250px;}
}